summaryrefslogtreecommitdiffhomepage
path: root/templates/standard_game/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'templates/standard_game/Makefile')
-rw-r--r--templates/standard_game/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/standard_game/Makefile b/templates/standard_game/Makefile
index 4ca1edd4..7046233c 100644
--- a/templates/standard_game/Makefile
+++ b/templates/standard_game/Makefile
@@ -160,10 +160,10 @@ 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
+ CFLAGS += -D_DEFAULT_SOURCE
endif
endif
ifeq ($(PLATFORM),PLATFORM_RPI)