[WIP] Improve CI.

This commit is contained in:
aouinizied 2022-03-28 11:50:51 +02:00
parent d28b5f322b
commit caef3dc9b4

View file

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