We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c671a commit b5c2d49Copy full SHA for b5c2d49
.mgit/bundle.sh
@@ -312,7 +312,8 @@ compile_all() {
312
osuffix=_$MAIN compile_bundle_module bundle.c $copt
313
314
(cd csrc/luajit/src/src && \
315
- patch -o ../../../bundle/luajit.c < ../../../bundle/luajit.c.patch)
+ patch -o "$(realpath ../../../bundle/luajit.c)" \
316
+ < ../../../bundle/luajit.c.patch >/dev/null)
317
318
# compile our custom luajit frontend which calls bundle_add_loaders()
319
# and bundle_main() on startup.
0 commit comments