Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/project/premake4.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/project/premake4.lua b/samples/project/premake4.lua
index 3e01086..ef1e595 100644
--- a/samples/project/premake4.lua
+++ b/samples/project/premake4.lua
@@ -1,6 +1,7 @@
solution "PremakeTestbox"
configurations { "Debug", "Release" }
-
+ platforms { "x32", "x64" }
+
-- solution level configuration
configuration "Debug"