Browse Source

[build] Remove multi-platform builds, use the `--arch` build option instead.

pull/829/head
Joao Matos 8 years ago
parent
commit
528fc73258
  1. 2
      build/premake5.lua

2
build/premake5.lua

@ -10,7 +10,7 @@ dofile "LLVM.lua" @@ -10,7 +10,7 @@ dofile "LLVM.lua"
solution "CppSharp"
configurations { "Debug", "Release" }
platforms { "x32", "x64" }
platforms { target_architecture() }
characterset "Unicode"
symbols "On"

Loading…
Cancel
Save