summaryrefslogtreecommitdiff
path: root/sdl2-path-fix.patch
blob: 541de1f46216af61c1d9d2a77ca4f9914c99a54a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- orig/premake4.lua
+++ new/premake4.lua
@@ -30,7 +30,7 @@
 		}
 	else
 		includedirs {
-			"/opt/SDL-2.0/include/SDL2",
+			"/usr/include/SDL2",
 			"/usr/include/GL",
 		}
 	end