mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Use correct path to CMake bin directory, take 2
This commit is contained in:
parent
85ef48cb6d
commit
5ad6c6bd7f
@ -27,5 +27,5 @@ shutil.copytree('.', cppformat_dir,
|
|||||||
for f in glob.glob('support/biicode/*'):
|
for f in glob.glob('support/biicode/*'):
|
||||||
shutil.copy(f, cppformat_dir)
|
shutil.copy(f, cppformat_dir)
|
||||||
env = os.environ.copy()
|
env = os.environ.copy()
|
||||||
env['PATH'] = os.path.dirname(cmake_program) + ':' + env['PATH']
|
env['PATH'] = os.path.abspath(os.path.dirname(cmake_program)) + ':' + env['PATH']
|
||||||
check_call(['bii', 'cpp:build'], cwd=project_dir, env=env)
|
check_call(['bii', 'cpp:build'], cwd=project_dir, env=env)
|
||||||
|
Loading…
Reference in New Issue
Block a user