diff options
author | 2019-09-29 15:30:18 +0200 | |
---|---|---|
committer | 2019-09-29 09:30:18 -0400 | |
commit | ed2b7e5ef1626c0d6318b6ea71897efbb4356277 (patch) | |
tree | 62a84a4a2c804922839dbfa60ec664b84beaaee0 /3rdparty/genie/src/_manifest.lua | |
parent | 1bd1288c9e17bdba9544d1e56be7618106fece7e (diff) |
Synced with GENie upstream revision e78d6c1 (#5631)
* Synced with GENie upstream revision e78d6c1
* Add Visual Studio 2019 support
* Fix hardcoded -m64
* Switch appveyor to Visual Studio 2019
* Fix genie being built as 32-bit
* MSVC build is known to be broken currently. Let it fail until all the known issues are fixed.
* Update the packages before building
* Build with 3 threads
Appveyor VMs have only 2 cores and 8 GB RAM.
* Enable caching of pacman cache
Diffstat (limited to '3rdparty/genie/src/_manifest.lua')
-rw-r--r-- | 3rdparty/genie/src/_manifest.lua | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/3rdparty/genie/src/_manifest.lua b/3rdparty/genie/src/_manifest.lua index d2be5f1dcb5..5d4a1ba5f41 100644 --- a/3rdparty/genie/src/_manifest.lua +++ b/3rdparty/genie/src/_manifest.lua @@ -64,19 +64,18 @@ "actions/vstudio/vs2013.lua", "actions/vstudio/vs2015.lua", "actions/vstudio/vs2017.lua", + "actions/vstudio/vs2019.lua", "actions/vstudio/vsllvm.lua", -- Xcode action "actions/xcode/_xcode.lua", "actions/xcode/xcode_common.lua", "actions/xcode/xcode_project.lua", - - -- Xcode4 action - "actions/xcode/xcode4_workspace.lua", - - -- Xcode6 action - "actions/xcode/xcode6_project.lua", - "actions/xcode/xcode6_config.lua", + "actions/xcode/xcode_scheme.lua", + "actions/xcode/xcode_workspace.lua", + "actions/xcode/xcode8.lua", + "actions/xcode/xcode9.lua", + "actions/xcode/xcode10.lua", --FASTBuild action "actions/fastbuild/_fastbuild.lua", |