diff --git a/Makefile b/Makefile index 99cafaa..c64ca01 100644 --- a/Makefile +++ b/Makefile @@ -33,14 +33,14 @@ else ifeq ($(shell uname -s),Linux) cp -r build/python examples/server/build/engines/cortex.python else @mkdir -p examples/server/build/engines/cortex.python && \ + cp -r build/python examples/server/build/engines/cortex.python && \ + cp -rf build_deps/_install/lib/engines-3 examples/server/build/engines/cortex.python/python/ && \ + cp -rf build_deps/_install/lib/libcrypto.* examples/server/build/engines/cortex.python/python/ && \ + cp -rf build_deps/_install/lib/libssl.* examples/server/build/engines/cortex.python/python/ && \ + cp -rf build_deps/_install/lib/ossl-modules examples/server/build/engines/cortex.python/python/ && \ + ls examples/server/build/engines/cortex.python && \ cd examples/server/build && cmake .. && \ cmake --build . --config Release -j12 - cp -r build/python examples/server/build/engines/cortex.python - cp -rf build_deps/_install/lib/engines-3 examples/server/build/engines/cortex.python/python/ - cp -rf build_deps/_install/lib/libcrypto.* examples/server/build/engines/cortex.python/python/ - cp -rf build_deps/_install/lib/libssl.* examples/server/build/engines/cortex.python/python/ - cp -rf build_deps/_install/lib/ossl-modules examples/server/build/engines/cortex.python/python/ - ls cortex.python/ endif package: