mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-19 07:54:25 +00:00
[WIP] Improve CI.
This commit is contained in:
parent
caef3dc9b4
commit
d750cd7441
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -59,7 +59,7 @@ def setup_engine_cc():
|
|||
DEPENDENCIES_DIR + "/nDPI/src/lib/libndpi.a",
|
||||
DEPENDENCIES_DIR + "/libgcrypt/src/.libs/libgcrypt.a",
|
||||
DEPENDENCIES_DIR + "/libgpg-error/src/.libs/libgpg-error.a"
|
||||
)], shell=True)
|
||||
)], shell=False)
|
||||
else:
|
||||
subprocess.check_call([platform_compiler,
|
||||
'-I' + DEPENDENCIES_DIR + "/nDPI/src/include",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue