summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--templates/basic_game/Makefile2
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