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

This commit is contained in:
Joao Matos 2017-04-24 22:31:34 +01:00
Родитель b466b17c02
Коммит 528fc73258
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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