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