mirror of
https://github.com/xenia-project/xenia.git
synced 2026-03-18 03:04:59 +01:00
Add 'posix' as a platform suffix
This commit is contained in:
parent
f17b80c61e
commit
204e885d3d
|
|
@ -7,4 +7,8 @@ build_tools = "tools/build"
|
|||
build_scripts = build_tools .. "/scripts"
|
||||
build_tools_src = build_tools .. "/src"
|
||||
|
||||
platform_suffix = "win"
|
||||
if os.is("windows") then
|
||||
platform_suffix = "win"
|
||||
else
|
||||
platform_suffix = "posix"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue