mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-22 17:05:22 +00:00
build/qmake: not every Unix wants libdl/librt
/usr/bin/ld: cannot find -ldl
This commit is contained in:
parent
2a53666d79
commit
e58ffeb3f8
@ -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…
x
Reference in New Issue
Block a user