diff options
| author | Ray <raysan5@gmail.com> | 2019-06-09 21:38:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-09 21:38:23 +0200 |
| commit | 9b3b28c81f7fcdd8a27feafde14d41a4c0a92dff (patch) | |
| tree | 3b82824abc37f49389745cfd00481d6ed8727a6f | |
| parent | 59b7412772e7a82b6432a75f0c29b4d3f4d3bb55 (diff) | |
| parent | 63e320d40524825f5632b4bb42017035aaf793ef (diff) | |
| download | raylib-9b3b28c81f7fcdd8a27feafde14d41a4c0a92dff.tar.gz raylib-9b3b28c81f7fcdd8a27feafde14d41a4c0a92dff.zip | |
Merge pull request #875 from XiaochuanWang/patch-1
Update Makefile
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index e79bc364..02b55821 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -200,7 +200,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM_OS),WINDOWS) # resource file contains windows executable icon and properties # -Wl,--subsystem,windows hides the console window - CFLAGS += $(RAYLIB_PATH)/raylib.rc.data -Wl,--subsystem,windows + CFLAGS += $(RAYLIB_PATH)/src/raylib.rc.data -Wl,--subsystem,windows endif ifeq ($(PLATFORM_OS),LINUX) ifeq ($(RAYLIB_LIBTYPE),STATIC) |
