We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798bd69 commit e47d3deCopy full SHA for e47d3de
scripts/build_mac.sh
@@ -1,4 +1,7 @@
1
#!/bin/sh
2
+# This scripts builds all dependencies in ./deps for macOS and places them in ./build/macos/dist.
3
+# It is intended to be used in a native macOS environment or github macos runner.
4
+# It requires the necessary build tools including pkg-config, autoconf, automake, libtool.
5
6
set -ex
7
0 commit comments