mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
build/qmake: not every Unix wants libdl/librt
/usr/bin/ld: cannot find -ldl
This commit is contained in:
parent
2a53666d79
commit
e58ffeb3f8
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
}
|
||||
|
||||
# Executable
|
||||
LIBS += -ldl -lrt
|
||||
LIBS += $$QMAKE_LIBS_DYNLOAD # dlopen
|
||||
linux-*|hpux-*|solaris-*: LIBS += -lrt # clock_gettime
|
||||
|
||||
# Packaging
|
||||
icon16.files = $$P/assets/unix-icons/hicolor/16x16/apps/ppsspp.png
|
||||
|
|
Loading…
Add table
Reference in a new issue