mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-19 23:05:28 +00:00
8058756: OpenJDK builds fail on Windows - cannot copy freetype.dll
Reviewed-by: erikj, aph
This commit is contained in:
parent
fb0dfe332b
commit
a1e360202d
@ -68,7 +68,7 @@ ifneq ($(FREETYPE_BUNDLE_LIB_PATH), )
|
||||
endif
|
||||
|
||||
$(FREETYPE_TARGET_LIB): $(FREETYPE_BUNDLE_LIB_PATH)/$(call SHARED_LIBRARY,freetype)
|
||||
$(CP) $(FREETYPE_BUNDLE_LIB_PATH)/$(call SHARED_LIBRARY,freetype) $@
|
||||
$(install-file)
|
||||
ifeq ($(OPENJDK_BUILD_OS), windows)
|
||||
$(CHMOD) +rx $@
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user