mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Fix xenia-core build on macOS
This commit is contained in:
parent
548758857f
commit
2962a266b5
8 changed files with 13 additions and 50 deletions
|
|
@ -211,6 +211,11 @@ workspace("xenia")
|
|||
architecture("x86_64")
|
||||
if os.istarget("linux") then
|
||||
platforms({"Linux"})
|
||||
elseif os.istarget("macosx") then
|
||||
platforms({"Mac"})
|
||||
xcodebuildsettings({
|
||||
["ARCHS"] = "x86_64"
|
||||
})
|
||||
elseif os.istarget("windows") then
|
||||
platforms({"Windows"})
|
||||
-- 10.0.15063.0: ID3D12GraphicsCommandList1::SetSamplePositions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue