Skip to content

Commit

Permalink
fix: mac
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 23, 2024
1 parent a79907f commit 67811aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 67811aa

Please sign in to comment.