Skip to content

Commit b5c2d49

Browse files
committed
unimportant
1 parent 56c671a commit b5c2d49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.mgit/bundle.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ compile_all() {
312312
osuffix=_$MAIN compile_bundle_module bundle.c $copt
313313

314314
(cd csrc/luajit/src/src && \
315-
patch -o ../../../bundle/luajit.c < ../../../bundle/luajit.c.patch)
315+
patch -o "$(realpath ../../../bundle/luajit.c)" \
316+
< ../../../bundle/luajit.c.patch >/dev/null)
316317

317318
# compile our custom luajit frontend which calls bundle_add_loaders()
318319
# and bundle_main() on startup.

0 commit comments

Comments
 (0)