Skip to content

Commit 60a6dbc

Browse files
committed
Building now works.
1 parent 0c4336c commit 60a6dbc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-2.42 KB
Binary file not shown.
-1.66 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def use_binaries():
4242
def run_nova_builder(*args: str):
4343
path = Path.cwd()
4444
os.chdir(NOVA_PHYSICS)
45-
ret = os.system(f"python {NOVA_PHYSICS_BUILD_SCRIPT} {' '.join(args)}")
45+
ret = os.system(f"python {NOVA_PHYSICS_BUILD_SCRIPT} {' '.join(args)} -fPIC")
4646
os.chdir(path)
4747
return ret
4848

0 commit comments

Comments
 (0)