aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/tools/misc/otfcc/move-makefiles.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/misc/otfcc/move-makefiles.patch')
-rw-r--r--nixpkgs/pkgs/tools/misc/otfcc/move-makefiles.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/misc/otfcc/move-makefiles.patch b/nixpkgs/pkgs/tools/misc/otfcc/move-makefiles.patch
new file mode 100644
index 00000000000..961c47b3b45
--- /dev/null
+++ b/nixpkgs/pkgs/tools/misc/otfcc/move-makefiles.patch
@@ -0,0 +1,13 @@
+diff --git a/premake5.lua b/premake5.lua
+index 997fd79..54a20a0 100644
+--- a/premake5.lua
++++ b/premake5.lua
+@@ -88,7 +90,7 @@ workspace "otfcc"
+ flags { "StaticRuntime" }
+ includedirs { "dep/polyfill-msvc" }
+ filter "action:gmake"
+- location "build/gmake"
++ location "."
+ filter "action:xcode4"
+ location "build/xcode"
+ filter {}