Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit f00feb3

Browse files
author
Yuval Dolev
committed
Added macOS build script
1 parent 1193680 commit f00feb3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build_mac.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
set -e
4+
5+
../bin/buildsuper_x64-mac.sh 4coder_fleury.cpp
6+
7+
cp custom_4coder.so ../../custom_4coder.so
8+
cp -r custom_4coder.so.dSYM ../../custom_4coder.so.dSYM

0 commit comments

Comments
 (0)