mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-11-26 22:00:25 +00:00
8213187: Handle libwindowsaccessbridge need to access MSVCRT functions
Reviewed-by: erikj
This commit is contained in:
parent
3474e9a9fe
commit
e7aa2c0951
@ -41,7 +41,7 @@ ifeq ($(OPENJDK_TARGET_OS), windows)
|
||||
EXTRA_SRC := common, \
|
||||
OPTIMIZATION := LOW, \
|
||||
DISABLED_WARNINGS_microsoft := 4311 4302 4312, \
|
||||
CFLAGS := $(CFLAGS_JDKLIB) \
|
||||
CFLAGS := $(filter-out -MD, $(CFLAGS_JDKLIB)) -MT \
|
||||
-DACCESSBRIDGE_ARCH_$2, \
|
||||
EXTRA_HEADER_DIRS := \
|
||||
include/bridge \
|
||||
|
Loading…
Reference in New Issue
Block a user