[WIP] Improve CI.

This commit is contained in:
aouinizied 2022-03-28 12:23:35 +02:00
parent caef3dc9b4
commit d750cd7441

View file

@ -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",