summaryrefslogtreecommitdiffhomepage
path: root/games/just_do/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/just_do/Makefile')
-rw-r--r--games/just_do/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/just_do/Makefile b/games/just_do/Makefile
index d5481e51..217e6622 100644
--- a/games/just_do/Makefile
+++ b/games/just_do/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/raylib_icon -Wl,--subsystem,windows
+ CFLAGS += $(RAYLIB_PATH)/src/raylib.rc.o -Wl,--subsystem,windows
endif
ifeq ($(PLATFORM_OS),LINUX)
CFLAGS += -D_DEFAULT_SOURCE