Make a note about getting a .S file into distutils
This commit is contained in:
parent
f260ee6a90
commit
91fc18b2d4
@ -43,6 +43,8 @@ _bcrypt_lib = _ffi.verify('#include "ow-crypt.h"',
|
||||
os.path.join(_bundled_dir, "crypt_blowfish.c"),
|
||||
os.path.join(_bundled_dir, "crypt_gensalt.c"),
|
||||
os.path.join(_bundled_dir, "wrapper.c"),
|
||||
# How can we get distutils to work with a .S file?
|
||||
# os.path.join(_bundled_dir, "x86.S"),
|
||||
],
|
||||
include_dirs=[_bundled_dir]
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user