Skip to content

Commit

Permalink
f: m
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 23, 2024
1 parent 7db68da commit 5c6fe7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ 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 -rf build_deps/_install/lib/engines-3 build/python/; \
cp -rf build_deps/_install/lib/libcrypto.* build/python/; \
cp -rf build_deps/_install/lib/libssl.* build/python/; \
cp -rf build_deps/_install/lib/ossl-modules build/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/python;
@cd examples/server/build; \
cmake .. && cmake --build . --config Release -j12
Expand Down

0 comments on commit 5c6fe7e

Please sign in to comment.