From cb9a91c29f3ad91e2310edd4413e28ca2467711b Mon Sep 17 00:00:00 2001 From: vansangpfiev Date: Thu, 23 May 2024 13:30:29 +0700 Subject: [PATCH] test: build mac --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 183098e..191519d 100644 --- a/Makefile +++ b/Makefile @@ -45,10 +45,11 @@ else @mkdir -p cortex.python && \ cp build/libengine.$(shell uname | tr '[:upper:]' '[:lower:]' | sed 's/darwin/dylib/;s/linux/so/') cortex.python && \ cp -r build/python cortex.python && \ - cp -rf build_deps/_install/lib/engines-3 cortex.python/ && \ - cp -rf build_deps/_install/lib/libcrypto.* cortex.python/ && \ - cp -rf build_deps/_install/lib/libssl.* cortex.python/ && \ - cp -rf build_deps/_install/lib/ossl-modules cortex.python/ + cp -rf build_deps/_install/lib/engines-3 cortex.python/python/ && \ + cp -rf build_deps/_install/lib/libcrypto.* cortex.python/python/ && \ + cp -rf build_deps/_install/lib/libssl.* cortex.python/python/ && \ + cp -rf build_deps/_install/lib/ossl-modules cortex.python/python/ + ls cortex.python/ tar -czvf cortex.python.tar.gz cortex.python endif