Skip to content

Commit

Permalink
Fix various DLLs errors (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
AEManov20 committed Dec 6, 2021
1 parent 43efb8f commit e80025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ OBJ=$(patsubst %, $(ODIR)/%, $(_OBJ))
ifeq ($(OS),Windows_NT)
LIBS=-mwindows -lraylib -lopengl32 -lgdi32 -lwinmm
else
LIBS=-lraylib -lGL -lm -lpthread -ldl -lrt -lX11 -static-libgcc -static-libstdc++
LIBS=-lraylib -lGL -lm -lpthread -ldl -lrt -lX11
endif

# Compile .cpp files to .o files
Expand Down

0 comments on commit e80025a

Please sign in to comment.