Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 22 lines 510 B view raw
1diff --git a/premake5.lua b/premake5.lua 2index 997fd79..54a20a0 100644 3--- a/premake5.lua 4+++ b/premake5.lua 5@@ -49,7 +49,7 @@ end 6 workspace "otfcc" 7 configurations { "release", "debug" } 8 9- platforms { "x64", "x86" } 10+ platforms { "x64", "x86", "arm" } 11 filter "action:xcode4" 12 platforms { "x64" } 13 filter {} 14@@ -67,6 +67,8 @@ workspace "otfcc" 15 architecture "x86" 16 filter "platforms:x64" 17 architecture "x64" 18+ filter "platforms:arm" 19+ architecture "arm" 20 filter {} 21 22 filter "action:vs2017"