From 7dc66d2d3f0668edd46ed3380656692d67ae6da0 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 21 Jul 2018 16:18:33 +0200 Subject: Looking for a place for raylib resource file --- games/wave_collector/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/wave_collector') 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 -- cgit v1.2.3