diff options
Diffstat (limited to 'games/skully_escape/Makefile')
| -rw-r--r-- | games/skully_escape/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/skully_escape/Makefile b/games/skully_escape/Makefile index 2191114b..98d4696a 100644 --- a/games/skully_escape/Makefile +++ b/games/skully_escape/Makefile @@ -160,7 +160,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM_OS),WINDOWS) # resources file contains windows exe icon # -Wl,--subsystem,windows hides the console window - CFLAGS += $(RAYLIB_PATH)/src/resources -Wl,--subsystem,windows + CFLAGS += $(RAYLIB_PATH)/src/raylib_icon -Wl,--subsystem,windows endif ifeq ($(PLATFORM_OS),LINUX) CFLAGS += -no-pie -D_DEFAULT_SOURCE |
