mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +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
|
||||
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)))))
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue