mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-25 15:20:11 +00:00
8235728: JDK-8212780 breaks builds with a custom X11 include path
Reviewed-by: prr, herrick
This commit is contained in:
parent
5799108494
commit
c7b9c64eed
@ -34,7 +34,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIB_APPLAUNCHER, \
|
||||
SYMBOLS_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libapplauncher, \
|
||||
TOOLCHAIN := TOOLCHAIN_LINK_CXX, \
|
||||
OPTIMIZATION := LOW, \
|
||||
CFLAGS := $(CXXFLAGS_JDKLIB), \
|
||||
CFLAGS := $(CXXFLAGS_JDKLIB) $(X_CFLAGS), \
|
||||
CFLAGS_windows := -EHsc -DUNICODE -D_UNICODE, \
|
||||
LDFLAGS := $(LDFLAGS_JDKLIB) $(LDFLAGS_CXX_JDK) \
|
||||
$(call SET_SHARED_LIBRARY_ORIGIN), \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user