mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 10:46:23 -04:00
Fixed linking on Windows with enabled wikipoos
This commit is contained in:
parent
42b3b95fd8
commit
04b741e70d
1 changed files with 4 additions and 1 deletions
|
@ -357,7 +357,10 @@ openbsd-* {
|
|||
wikipoos {
|
||||
PRE_TARGETDEPS *= $$OUT_PWD/../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
|
||||
LIBS *= $$OUT_PWD/../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
|
||||
LIBS *= -lglib-2.0
|
||||
|
||||
!win32 {
|
||||
LIBS *= -lglib-2.0
|
||||
}
|
||||
}
|
||||
|
||||
################################### HEADERS & SOURCES #############################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue