mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +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.output_path += os.sep
|
||||
state.native_build_path = state.build_path
|
||||
|
||||
state.jobs = arguments.jobs and arguments.jobs or \
|
||||
subprocess.check_output(['sysctl', '-n', 'hw.ncpu']).decode('ascii').strip()
|
||||
|
|
Loading…
Reference in a new issue