mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Fix macdeploy and build shared instead of MODULE, we don't want .so's on osx either. domme: confirm plz :)
This commit is contained in:
@@ -199,10 +199,10 @@ QT_PLUGINS = [
|
||||
]
|
||||
|
||||
TOMAHAWK_PLUGINS = [
|
||||
'libtomahawk_account_xmpp.so.dylib',
|
||||
'libtomahawk_account_google.so.dylib',
|
||||
'libtomahawk_account_twitter.so.dylib',
|
||||
'libtomahawk_account_zeroconf.so.dylib',
|
||||
'libtomahawk_account_xmpp.dylib',
|
||||
'libtomahawk_account_google.dylib',
|
||||
'libtomahawk_account_twitter.dylib',
|
||||
'libtomahawk_account_zeroconf.dylib',
|
||||
]
|
||||
|
||||
QT_PLUGINS_SEARCH_PATH=[
|
||||
|
Reference in New Issue
Block a user