Skip to content

Commit

Permalink
Update path.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Jan 19, 2025
1 parent fdedab8 commit e9c5b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_system/targets/dependencies/macos/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def compile_libomp(build_unit: BuildUnit):
#'-DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk',
'-DLIBOMP_INSTALL_ALIASES=OFF',
]
build_directory = path.join('build', 'shared')
build_directory = path.join('.', 'build', 'shared')
create_directories(build_directory)
Cmake('-S', source_directory, '-B', build_directory, *args).run()
Cmake('--build', build_directory).run()
Expand Down

0 comments on commit e9c5b83

Please sign in to comment.