[xb] Fix typo
This commit is contained in:
parent
f3de3ad3f6
commit
20106f8cd5
|
@ -255,7 +255,7 @@ workspace("xenia")
|
||||||
-- 10.0.22000.0: DWMWA_WINDOW_CORNER_PREFERENCE.
|
-- 10.0.22000.0: DWMWA_WINDOW_CORNER_PREFERENCE.
|
||||||
filter("action:vs2017")
|
filter("action:vs2017")
|
||||||
systemversion("10.0.22000.0")
|
systemversion("10.0.22000.0")
|
||||||
filter("action:vs2019")
|
filter("action:vs2019 or vs2022")
|
||||||
systemversion("10.0")
|
systemversion("10.0")
|
||||||
filter({})
|
filter({})
|
||||||
end
|
end
|
||||||
|
|
|
@ -516,7 +516,7 @@ def run_premake(target_os, action, cc=None):
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
target_os: target --os to pass to premake.
|
target_os: target --os to pass to premake.
|
||||||
action: action to preform.
|
action: action to perform.
|
||||||
"""
|
"""
|
||||||
args = [
|
args = [
|
||||||
sys.executable,
|
sys.executable,
|
||||||
|
|
Loading…
Reference in New Issue