Skip to content

Commit 46f6d23

Browse files
Update setup.py
1 parent 8cc3521 commit 46f6d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
neoscrypt_module = Extension('neoscrypt',
44
sources = ['neoscryptmodule.c',
55
'neoscrypt.c'],
6-
extra_compile_args=['-fpic --shared'],
6+
extra_compile_args=['-fpic', '--shared'],
77
include_dirs=['.'])
88

99
setup (name = 'neoscrypt',

0 commit comments

Comments
 (0)