1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 17:27:57 +00:00

Fix make file

This commit is contained in:
Locria Cyber
2023-01-31 20:58:25 +00:00
parent a84596a355
commit e718adb7b6

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