ruby-changes:69298
From: Nobuyoshi <ko1@a...>
Date: Thu, 21 Oct 2021 13:15:07 +0900 (JST)
Subject: [ruby-changes:69298] 58956dba16 (master): Fix for out-of-place build
https://git.ruby-lang.org/ruby.git/commit/?id=58956dba16 From 58956dba168eb47b7ceba82f2e915d65eb3db240 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Thu, 21 Oct 2021 12:58:24 +0900 Subject: Fix for out-of-place build --- misc/test_yjit_asm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ https://github.com/ruby/ruby/blob/trunk/misc/test_yjit_asm.sh#L3 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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/