Skip to content

Commit

Permalink
fixed small bug with -u flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdAmmar committed Nov 29, 2024
1 parent 542cce2 commit 956ab28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/make_ninja.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def check_compiler_exists(compiler):
compiler_tmp[2] += " -DUSE_GPU"
compiler_lib = '\n'.join(compiler_tmp)

compiler_main = compiler_tmp
compiler_main = compiler_lib
else:
compiler_exe = compiler
compiler_lib = compiler
Expand Down

0 comments on commit 956ab28

Please sign in to comment.