summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-21 12:58:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-21 13:07:48 +0900
commit58956dba168eb47b7ceba82f2e915d65eb3db240 (patch)
tree54e58d475d2420d2c42b14c8b66a33051ec7e226 /misc
parent18b65508e28b42849bb7523014aa7f2296fe6c60 (diff)
Fix for out-of-place build
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/test_yjit_asm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/test_yjit_asm.sh b/misc/test_yjit_asm.sh
index 1498789246..0d79ccadf0 100755
--- a/misc/test_yjit_asm.sh
+++ b/misc/test_yjit_asm.sh
@@ -3,7 +3,7 @@
set -e
set -x
-clang -std=gnu99 -Wall -Werror -Wno-error=unused-function -Wshorten-64-to-32 yjit_asm_tests.c -o asm_test
+clang -std=gnu99 -Wall -Werror -Wno-error=unused-function -Wshorten-64-to-32 -I ${0%/*/*} ${0%/*/*}/yjit_asm_tests.c -o asm_test
./asm_test