You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libsigcplusplus] Add 2.12.1, + some formatting changes (#9879)
* Initial commit for libsigcplusplus 2.12.1 support
* Handle potential nil cases for libsigcplusplus' major version
* Explicitly disable building documentation for libsigcplusplus
This fixes errors where some builds stop due to not finding doxygen.
Copy file name to clipboardExpand all lines: packages/l/libsigcplusplus/xmake.lua
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,30 @@ package("libsigcplusplus")
3
3
set_description("libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual.")
0 commit comments