From 73cfe91cfca26f391ae57d466c73368e89077e37 Mon Sep 17 00:00:00 2001 From: LostInKadath Date: Mon, 27 Nov 2023 00:20:51 +0400 Subject: [PATCH] Adding compiler options for building fat binaries on MacOS. Originally they were written in `configure.ac` for `darwin9`. Unfortunately, this doesn't work on Github workers: - clang: error: no such file or directory: 'ppc' - clang: error: no such file or directory: 'x86_64' Maybe that's because the target on macos-runner is `x86_64-apple-darwin21.6.0`. --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index dbf9637..9419cb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,10 @@ target_compile_options(compile_options INTERFACE -Wall -pedantic $