mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
EXE_LDFLAGS
uses the same MUNICODE_FLAG
This commit is contained in:
parent
07f45065a7
commit
ae785d88bf
Notes:
git
2024-11-08 03:57:23 +00:00
1 changed files with 2 additions and 6 deletions
|
@ -2,12 +2,8 @@ gnumake = yes
|
|||
|
||||
include Makefile
|
||||
|
||||
ifeq ($(target_os),cygwin)
|
||||
MUNICODE_FLAG =
|
||||
else
|
||||
override EXE_LDFLAGS += -municode
|
||||
MUNICODE_FLAG = -municode
|
||||
endif
|
||||
MUNICODE_FLAG = $(if $(filter mingw%,$(target_os)),-municode)
|
||||
override EXE_LDFLAGS += $(MUNICODE_FLAG)
|
||||
|
||||
DLLWRAP = @DLLWRAP@ --target=$(target_os) --driver-name="$(CC)"
|
||||
ifeq (@USE_LLVM_WINDRES@,yes) # USE_LLVM_WINDRES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue