mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Replace arch_flags for universal build [ci skip]
This commit is contained in:
parent
e7f77e1e89
commit
a4cc3fcbd2
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ define archcmd
|
||||||
%.i: %.$(1).i
|
%.i: %.$(1).i
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(foreach arch,$(arch_flags),\
|
$(foreach arch,$(filter -arch=%,$(subst -arch ,-arch=,$(ARCH_FLAG))),\
|
||||||
$(eval $(call archcmd,$(patsubst -arch=%,%,$(value arch)),$(patsubst -arch=%,-arch %,$(value arch)))))
|
$(eval $(call archcmd,$(patsubst -arch=%,%,$(value arch)),$(patsubst -arch=%,-arch %,$(value arch)))))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue