From e718adb7b6f637269c537aced49e62bcfa192b84 Mon Sep 17 00:00:00 2001 From: Locria Cyber <74560659+locriacyber@users.noreply.github.com> Date: Tue, 31 Jan 2023 20:58:25 +0000 Subject: [PATCH] Fix make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cdc796ef..8ea0a9a0 100644 --- a/Makefile +++ b/Makefile @@ -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