summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-30 21:25:09 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-30 21:25:09 -0700
commite49806a227982543713da2c72409c069f13a12dd (patch)
tree3ead006da3010d80193e31f146eb42d7e222c496
parentApply premake5 patch (diff)
downloadtome4-e49806a227982543713da2c72409c069f13a12dd.tar.xz
Empty old sdl2 patch
-rw-r--r--sdl2-path-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sdl2-path-fix.patch b/sdl2-path-fix.patch
deleted file mode 100644
index 541de1f..0000000
--- a/sdl2-path-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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