mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 16:41:42 +00:00
aedi: remove /Applications cmake path from environment
This commit is contained in:
parent
ba59dcb7a4
commit
ed79f684b1
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ class BuildTarget(Target):
|
|||
env['PATH'] = os.pathsep.join([
|
||||
str(state.bin_path),
|
||||
env['PATH'],
|
||||
'/Applications/CMake.app/Contents/bin'
|
||||
])
|
||||
|
||||
if state.xcode:
|
||||
|
|
Loading…
Reference in a new issue