mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-21 19:10:57 +00:00
aedi: do not set "default" native build path
This commit is contained in:
parent
4999b2ee4a
commit
317d276817
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ class Builder(object):
|
||||||
|
|
||||||
state.build_path += os.sep
|
state.build_path += os.sep
|
||||||
state.output_path += os.sep
|
state.output_path += os.sep
|
||||||
state.native_build_path = state.build_path
|
|
||||||
|
|
||||||
state.jobs = arguments.jobs and arguments.jobs or \
|
state.jobs = arguments.jobs and arguments.jobs or \
|
||||||
subprocess.check_output(['sysctl', '-n', 'hw.ncpu']).decode('ascii').strip()
|
subprocess.check_output(['sysctl', '-n', 'hw.ncpu']).decode('ascii').strip()
|
||||||
|
|
Loading…
Reference in a new issue