summaryrefslogtreecommitdiffhomepage
path: root/templates/simple_game/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'templates/simple_game/Makefile')
-rw-r--r--templates/simple_game/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/simple_game/Makefile b/templates/simple_game/Makefile
index 1b512670..feab47ba 100644
--- a/templates/simple_game/Makefile
+++ b/templates/simple_game/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