mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Make MUNICODE_FLAG
simply expanded
It is not expected that `target_os` will change going forward.
This commit is contained in:
parent
b4afc2b25f
commit
7e2789415b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ gnumake = yes
|
|||
|
||||
include Makefile
|
||||
|
||||
MUNICODE_FLAG = $(if $(filter mingw%,$(target_os)),-municode)
|
||||
MUNICODE_FLAG := $(if $(filter mingw%,$(target_os)),-municode)
|
||||
override EXE_LDFLAGS += $(MUNICODE_FLAG)
|
||||
|
||||
DLLWRAP = @DLLWRAP@ --target=$(target_os) --driver-name="$(CC)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue