Skip to content

Commit

Permalink
Move macosxicons from share to macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
magicus committed Dec 15, 2020
1 parent f004770 commit 00dc61c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/modules/java.desktop/gensrc/GensrcIcons.gmk
Expand Up @@ -111,7 +111,7 @@ ifeq ($(call isTargetOs, macosx), true)
GENSRC_OSX_ICONS_DST := $(SUPPORT_OUTPUTDIR)/headers/java.desktop
GENSRC_OSX_ICONS := $(GENSRC_OSX_ICONS_DST)/AWTIconData.h

GENSRC_OSX_ICONS_SRC ?= $(MODULE_SRC)/share/data/macosxicons/JavaApp.icns
GENSRC_OSX_ICONS_SRC ?= $(MODULE_SRC)/macosx/data/macosxicons/JavaApp.icns


$(GENSRC_OSX_ICONS): $(GENSRC_OSX_ICONS_SRC) $(BUILD_TOOLS_JDK)
Expand Down

0 comments on commit 00dc61c

Please sign in to comment.