Skip to content

Commit

Permalink
MMTK_BUILD_PATH is not an exectutable
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Sep 30, 2024
1 parent f827d3e commit 4f47aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
-I../src \
-I.ext/include/x86_64-linux \
-Wl,--verbose,--compress-debug-sections=zlib \
-Wl,--rpath=$(MMTK_BUILD_PATH) \
-Wl,--rpath=$MMTK_BUILD_PATH \
-L$(readlink -f $MMTK_BUILD_PATH) -lmmtk_ruby \
-fstack-protector-strong \
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 \
Expand Down

0 comments on commit 4f47aab

Please sign in to comment.