From bdb9b9cbb209f00a121061c3feb86e52347423d7 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Fri, 26 Jan 2024 22:41:32 +0100 Subject: [PATCH] cmake: macos test --- patches/pybind11_abseil.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/pybind11_abseil.patch b/patches/pybind11_abseil.patch index 596e292c49..b99adbda4c 100644 --- a/patches/pybind11_abseil.patch +++ b/patches/pybind11_abseil.patch @@ -74,7 +74,7 @@ index d1b7483..44da017 100644 # ok_status_singleton ======================================================= -add_library(ok_status_singleton SHARED ok_status_singleton_py_extension_stub.cc) -+pybind11_add_module(ok_status_singleton MODULE ok_status_singleton_py_extension_stub.cc) ++pybind11_add_module(ok_status_singleton SHARED ok_status_singleton_py_extension_stub.cc) add_library(pybind11_abseil::ok_status_singleton ALIAS ok_status_singleton) +# note: macOS is APPLE and also UNIX !