Skip to content

Commit bdb9b9c

Browse files
committed
cmake: macos test
1 parent 136d180 commit bdb9b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/pybind11_abseil.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ index d1b7483..44da017 100644
7474
# ok_status_singleton =======================================================
7575

7676
-add_library(ok_status_singleton SHARED ok_status_singleton_py_extension_stub.cc)
77-
+pybind11_add_module(ok_status_singleton MODULE ok_status_singleton_py_extension_stub.cc)
77+
+pybind11_add_module(ok_status_singleton SHARED ok_status_singleton_py_extension_stub.cc)
7878
add_library(pybind11_abseil::ok_status_singleton ALIAS ok_status_singleton)
7979

8080
+# note: macOS is APPLE and also UNIX !

0 commit comments

Comments
 (0)