[前][次][番号順一覧][スレッド一覧]

ruby-changes:72430

From: Nobuyoshi <ko1@a...>
Date: Wed, 6 Jul 2022 00:33:45 +0900 (JST)
Subject: [ruby-changes:72430] d4f5c01262 (master): Set `SDKROOT` to empty value [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=d4f5c01262

From d4f5c01262784b8854d703f0628ffc5c8f8002ad Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 6 Jul 2022 00:30:21 +0900
Subject: Set `SDKROOT` to empty value [ci skip]

So `RbConfig::CONFIG["includedir"]` does not start with double slash.
---
 defs/gmake.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defs/gmake.mk b/defs/gmake.mk
index f7260d0b47..fbeb47fd9d 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -15,7 +15,7 @@ ifneq ($(filter darwin%,$(target_os)),) https://github.com/ruby/ruby/blob/trunk/defs/gmake.mk#L15
 # Remove debug option not to generate thousands of .dSYM
 MJIT_DEBUGFLAGS := $(filter-out -g%,$(MJIT_DEBUGFLAGS))
 
-INSTRUBY_ENV += SDKROOT=/
+INSTRUBY_ENV += SDKROOT=
 endif
 INSTRUBY_ARGS += --gnumake
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]