Skip to content

Commit

Permalink
Compile cairo_xlib Lua bindings as MODULE
Browse files Browse the repository at this point in the history
AFAIK this only affects macOS.
  • Loading branch information
brndnmtthws committed Jan 18, 2025
1 parent 7fd5dcb commit 2680de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if(BUILD_LUA_CAIRO_XLIB)
link_directories(${X11_SM_LIB_PATH})
wrap_tolua(luacairoxlib_src cairo_xlib.pkg)

add_library(conky-cairo_xlib SHARED ${luacairoxlib_src})
add_library(conky-cairo_xlib MODULE ${luacairoxlib_src})
set_target_properties(conky-cairo_xlib PROPERTIES OUTPUT_NAME "cairo_xlib")

target_link_libraries(conky-cairo_xlib
Expand Down

0 comments on commit 2680de2

Please sign in to comment.