4
1
mirror of https://github.com/pfloos/quack synced 2024-12-22 12:23:50 +01:00

fixed small bug with -u flag

This commit is contained in:
AbdAmmar 2024-11-29 21:33:57 +01:00
parent 542cce2da9
commit 956ab28f58

View File

@ -120,7 +120,7 @@ if USE_GPU:
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