Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnbbc committed Dec 4, 2023
1 parent ab104a6 commit 7ed4fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/macos_universal_binary_release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set(bmx_package_dir "${package_dir}/bmx-macos-universal-binary-${bmx_version}")
file(MAKE_DIRECTORY ${bmx_package_dir})

# Configure, build, test and install
run_command("${build_dir}" cmake -G Xcode -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_OSX_ARCHITECTURES="arm64\\\\\;x86_64" -DBUILD_SHARED_LIBS=OFF -DBMX_BUILD_URIPARSER_SOURCE=ON -DBMX_BUILD_WITH_LIBCURL=ON ../../)
run_command("${build_dir}" cmake -G Xcode -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_OSX_ARCHITECTURES="arm64\\\\;x86_64" -DBUILD_SHARED_LIBS=OFF -DBMX_BUILD_URIPARSER_SOURCE=ON -DBMX_BUILD_WITH_LIBCURL=ON ../../)
run_command("${build_dir}" cmake --build . --config Release)
run_command("${build_dir}" ctest --output-on-failure -C Release)
run_command("${build_dir}" cmake --build . --config Release --target install)
Expand Down

0 comments on commit 7ed4fc7

Please sign in to comment.