Previous | 199869 Revisions | Next |
r45114 Sunday 21st February, 2016 at 20:03:22 UTC by Miodrag Milanović |
---|
added proper platform for xcode (nw) |
[scripts] | genie.lua |
r253625 | r253626 | |
---|---|---|
444 | 444 | "Release", |
445 | 445 | } |
446 | 446 | |
447 | platforms { | |
448 | "x32", | |
449 | "x64", | |
450 | "Native", -- for targets where bitness is not specified | |
451 | } | |
447 | if _ACTION == "xcode4" then | |
448 | platforms { | |
449 | "Universal", | |
450 | } | |
451 | else | |
452 | platforms { | |
453 | "x32", | |
454 | "x64", | |
455 | "Native", -- for targets where bitness is not specified | |
456 | } | |
457 | end | |
452 | 458 | |
453 | 459 | language "C++" |
454 | 460 |
https://github.com/mamedev/mame/commit/2043e6ce2dcdda91b1c212bfff8e44bad6e88f36 |
Previous | 199869 Revisions | Next |