Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Build on m1 macOS 11.3 * `CMakeLists.txt`: * Remove hard-coded `x86_64` in macOS builds * Set CMake Policy `CMP0068` (RPATH on macOS) to `NEW` * Ensure that `NekoTargets.cmake` is set to append in `export(TARGETS` command for `nekoml` to appease newer CMake * Drop duplicate arch64 detection block Signed-off-by: Daniel Llewellyn <[email protected]> * Re-add CMAKE_OSX_ARCHITECTURES to CmakeLists.txt This is an attempt to fix the mac static azure devops testsuite. We now default `CMAKE_OSX_ARCHITECTURES` to equal `NATIVE_ARCH_ACTUAL`. We could also use `ARCHS_STANDARD` for a Universal build. Signed-off-by: Dani Llewellyn <[email protected]> * Add missing arm64 branch to static openssl build of mysql Signed-off-by: Dani Llewellyn <[email protected]> --------- Signed-off-by: Daniel Llewellyn <[email protected]> Signed-off-by: Dani Llewellyn <[email protected]> Co-authored-by: Daniel Llewellyn <[email protected]>
- Loading branch information