1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-07 07:50:32 +00:00

Fix make file

This commit is contained in:
Locria Cyber 2023-01-31 20:58:25 +00:00
parent a84596a355
commit e718adb7b6
No known key found for this signature in database
GPG Key ID: ED0D424AE4406330

View File

@ -43,7 +43,7 @@ endif
ifeq (${OS},linux)
CXXFLAGS_EARLY += -DLINUX
CXXFLAGS_EARLY += -DLINUX -I /usr/include/SDL
EXE_EXTENSION :=
LDFLAGS_GL := -lGL
LDFLAGS_GLEW := -lGLEW