diff options
| author | Eugene F <[email protected]> | 2017-04-21 16:20:40 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-21 16:20:40 -0400 |
| commit | ec22577e5a144a181a81c212cdc901fcfa0a8988 (patch) | |
| tree | 77ca8ecaf95916bfac03fdca7d059e0fa2bf0728 /templates | |
| parent | e38a7fcedec0573f38f5bdea43f2ad32c1889dce (diff) | |
| download | raylib-ec22577e5a144a181a81c212cdc901fcfa0a8988.tar.gz raylib-ec22577e5a144a181a81c212cdc901fcfa0a8988.zip | |
basic_game - update makefile
Removed glew from basic_game makefile as glew is not part of the raylib package (no glew in mingw).
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/basic_game/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/basic_game/Makefile b/templates/basic_game/Makefile index b9704b4b..6114b1ce 100644 --- a/templates/basic_game/Makefile +++ b/templates/basic_game/Makefile @@ -141,7 +141,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) else # libraries for Windows desktop compiling # NOTE: GLFW3 and OpenAL Soft libraries should be installed - LIBS = -lraylib -lglfw3 -lglew32 -lopengl32 -lopenal32 -lgdi32 + LIBS = -lraylib -lglfw3 -lopengl32 -lopenal32 -lgdi32 endif endif endif |
