mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Removed -module from libprofanity build
Removing this flag ensures a .dylib extension is used on OSX since libprofanity is a shared library rather than a dynamically loadable module
This commit is contained in:
parent
ab096db181
commit
bd321bc3c4
@ -161,7 +161,7 @@ endif
|
||||
|
||||
if BUILD_C_API
|
||||
lib_LTLIBRARIES = libprofanity.la
|
||||
libprofanity_la_LDFLAGS=-module -avoid-version -shared
|
||||
libprofanity_la_LDFLAGS=-avoid-version -shared
|
||||
libprofanity_la_SOURCES = src/plugins/profapi.c
|
||||
|
||||
library_includedir=$(includedir)
|
||||
|
Loading…
Reference in New Issue
Block a user