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
d28b5f322b
commit
caef3dc9b4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -52,7 +52,7 @@ def setup_engine_cc():
|
|||
subprocess.check_call([msys2,
|
||||
"-l",
|
||||
"-c",
|
||||
"""'gcc {} -shared -o {} -g -fPIC -DPIC -O2 -Wall {} {} {} {}'""".format(
|
||||
'"gcc {} -shared -o {} -g -fPIC -DPIC -O2 -Wall {} {} {} {}"'.format(
|
||||
'-I' + DEPENDENCIES_DIR + "/nDPI/src/include",
|
||||
ENGINE_DIR + "/engine_cc.so",
|
||||
ENGINE_DIR + "/engine_cc.c",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue