You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup.py: add missing space after '-fPIC' for ARCHFLAGS
- Basically, if users want to set ARCHFLAGS, maybe run the
ARCHFLAGS='-arch x86_64' python setup.py install
but it will define of CFLAGS to
CFLAGS=' -O2 -fPIC-arch x86_64'
Needs one space after '-fPIC'
Signed-off-by: Koichi Shiraishi <[email protected]>
0 commit comments