mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make system detection compile on Mac
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1ec5e6ffc4
commit
5e345fba0a
2 changed files with 8 additions and 16 deletions
|
|
@ -168,6 +168,9 @@ win32 {
|
|||
LIBS += -lwsock32
|
||||
DEFINES -= UNICODE
|
||||
}
|
||||
mac {
|
||||
LIBS += -framework CoreServices
|
||||
}
|
||||
|
||||
#
|
||||
# misc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue