mirror of
https://github.com/sudoxnym/open-hyperion.git
synced 2026-04-14 19:46:39 +00:00
Remove unneeded OpenAL dependency
This commit is contained in:
parent
54f357522d
commit
bb602f9f73
1 changed files with 1 additions and 2 deletions
|
|
@ -116,7 +116,6 @@ win32:DEFINES +=
|
|||
# Linux-specific Configuration #
|
||||
#-----------------------------------------------------------------------------------------------#
|
||||
unix:!macx {
|
||||
LIBS += -lopenal
|
||||
QMAKE_CXXFLAGS += -std=c++17 -Wno-psabi
|
||||
target.path=$$PREFIX/lib/openrgb/plugins/
|
||||
INSTALLS += target
|
||||
|
|
@ -129,7 +128,7 @@ QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.15
|
|||
|
||||
macx: {
|
||||
CONFIG += c++17
|
||||
LIBS += -framework OpenAL
|
||||
LIBS += -framework
|
||||
}
|
||||
|
||||
RESOURCES += \
|
||||
|
|
|
|||
Loading…
Reference in a new issue