Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER authored Jan 7, 2024
1 parent 3940e20 commit ba52959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ DEP = $(OBJ:.o=.d) # One dependency file for each source

CXXFLAGS = -Wall -Wextra -std=c++14 -O2 -pipe

#ifeq ($(OS),Windows_NT)
LDFLAGS = -lstdc++ -lm -lglfw3 -lopengl32 -lSDL2 -lSDL2_image -lzmq
ifeq ($(findstring MINGW,$(shell uname -s)),MINGW)
LDFLAGS = -lstdc++ -lm -lglfw3 -lopengl32 -lSDL2 -lSDL2_image -lzmq
#else
LDFLAGS = -lstdc++ -lm -lglfw -lGL -lGLU -lSDL2 -lSDL2_image -lzmq
LDFLAGS = -lstdc++ -lm -lglfw -lGL -lGLU -lSDL2 -lSDL2_image -lzmq
#endif

TARGET = MeshGlide
Expand Down

0 comments on commit ba52959

Please sign in to comment.