aedi: remove /Applications cmake path from environment

This commit is contained in:
alexey.lysiuk 2021-07-25 12:56:21 +03:00
parent ba59dcb7a4
commit ed79f684b1

View file

@ -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: