Skip to content

Commit

Permalink
Adds compile args for C extension setup. (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh committed Jul 22, 2022
1 parent d87a99f commit 9d2f5ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def run_setup():
extra_link_args=['-Wl,-rpath,%s' % '$ORIGIN/ion-c-build/lib', # LINUX
'-Wl,-rpath,%s' % '@loader_path/ion-c-build/lib' # MAC
],
extra_compile_args=['-std=c99'],
),
],
)
Expand Down

0 comments on commit 9d2f5ed

Please sign in to comment.