Skip to content

Commit

Permalink
edit cmake_configure_args
Browse files Browse the repository at this point in the history
  • Loading branch information
smallboyc committed Jul 18, 2024
1 parent e41c1ec commit f2af05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- {
name: MacOS,
os: macos-latest, # 13 and 14 run on M1 chips, and we get a linker error when using them
cmake_configure_args: -D CMAKE_C_COMPILER=$(brew --prefix llvm)/bin/clang -D CMAKE_CXX_COMPILER=$(brew --prefix llvm)/bin/clang++ -G Ninja -D OPENSSL_ROOT_DIR=/usr/local/opt/openssl -D OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include,
cmake_configure_args: -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ -G Ninja -D OPENSSL_ROOT_DIR=/usr/local/opt/openssl -D OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include,
cpack_generator: Bundle,
installer_name: Coollab-Mac.dmg,
}
Expand Down

0 comments on commit f2af05c

Please sign in to comment.