mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-19 20:59:02 -04:00
Build libretroshare on Windows as shared library
This commit is contained in:
parent
ddb4300a60
commit
a8d7a8a984
1 changed files with 4 additions and 1 deletions
|
@ -734,7 +734,10 @@ android-* {
|
|||
# To export all symbols for the plugins on Windows build we need to build
|
||||
# libretroshare as shared library. Fix linking error (ld.exe: Error: export
|
||||
# ordinal too large) due to too many exported symbols.
|
||||
retroshare_plugins:win32:CONFIG *= libretroshare_shared
|
||||
#retroshare_plugins:win32:CONFIG *= libretroshare_shared
|
||||
|
||||
# Always build libretroshare on Windows as shared library to be compatible when building with and without plugins
|
||||
win32:CONFIG *= libretroshare_shared
|
||||
|
||||
win32-g++|win32-clang-g++ {
|
||||
!isEmpty(EXTERNAL_LIB_DIR) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue