From 2043e6ce2dcdda91b1c212bfff8e44bad6e88f36 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 21 Feb 2016 21:03:22 +0100 Subject: added proper platform for xcode (nw) --- scripts/genie.lua | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'scripts/genie.lua') diff --git a/scripts/genie.lua b/scripts/genie.lua index e327b988abd..02259293cbe 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -444,11 +444,17 @@ configurations { "Release", } -platforms { - "x32", - "x64", - "Native", -- for targets where bitness is not specified -} +if _ACTION == "xcode4" then + platforms { + "Universal", + } +else + platforms { + "x32", + "x64", + "Native", -- for targets where bitness is not specified + } +end language "C++" -- cgit v1.2.3-70-g09d2