Skip to content

Commit

Permalink
test: build mac
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 23, 2024
1 parent f8fad03 commit cb9a91c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cb9a91c

Please sign in to comment.