Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/premake5.lua b/premake5.lua 2index 997fd79..54a20a0 100644 3--- a/premake5.lua 4+++ b/premake5.lua 5@@ -88,7 +90,7 @@ workspace "otfcc" 6 flags { "StaticRuntime" } 7 includedirs { "dep/polyfill-msvc" } 8 filter "action:gmake" 9- location "build/gmake" 10+ location "." 11 filter "action:xcode4" 12 location "build/xcode" 13 filter {}