We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462479a commit 842a500Copy full SHA for 842a500
1 file changed
binary/build-macos.sh
@@ -89,7 +89,7 @@ if [[ "$CLEAN" == false && -z "$CLI_FOLDER" ]]; then
89
fi
90
91
build_cil() {
92
- local tools_folder="${CLI_FOLDER}/cil/tools/osx-arm64"
+ local tools_folder="${CLI_FOLDER}/cil/tools/osx64"
93
local cil_folder="${CLI_FOLDER}/cil"
94
95
pushd "${SCRIPT_DIR}/extractor/cil" > /dev/null
0 commit comments