summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-07-06 00:30:21 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-07-06 00:32:26 +0900
commitd4f5c01262784b8854d703f0628ffc5c8f8002ad (patch)
tree36f043a4a793c61543d9444e9bcfc4e9f061eebe
parentc21965b2f8b8948fab7a83824d5914d7efb57754 (diff)
Set `SDKROOT` to empty value [ci skip]
So `RbConfig::CONFIG["includedir"]` does not start with double slash.
-rw-r--r--defs/gmake.mk2
1 files changed, 1 insertions, 1 deletions
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)),)
# 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