mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Set SDKROOT
to empty value [ci skip]
So `RbConfig::CONFIG["includedir"]` does not start with double slash.
This commit is contained in:
parent
c21965b2f8
commit
d4f5c01262
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ ifneq ($(filter darwin%,$(target_os)),)
|
||||||
# Remove debug option not to generate thousands of .dSYM
|
# Remove debug option not to generate thousands of .dSYM
|
||||||
MJIT_DEBUGFLAGS := $(filter-out -g%,$(MJIT_DEBUGFLAGS))
|
MJIT_DEBUGFLAGS := $(filter-out -g%,$(MJIT_DEBUGFLAGS))
|
||||||
|
|
||||||
INSTRUBY_ENV += SDKROOT=/
|
INSTRUBY_ENV += SDKROOT=
|
||||||
endif
|
endif
|
||||||
INSTRUBY_ARGS += --gnumake
|
INSTRUBY_ARGS += --gnumake
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue