Skip to content

Commit

Permalink
allow bass to be disabled in project file
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Jan 23, 2024
1 parent e9469a5 commit 9f74150
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Attorney_Online.pro
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ contains(DEFINES, DISCORD) {
# is no longer an option due to outdated code and lack of versatility.
# Download at un4seen.com and place the DLLs in the "lib" and "bin" folders.
DEFINES += BASSAUDIO
LIBS += -lbass
LIBS += -lbassopus
LIBS += -lbassmidi
contains(DEFINES, BASSAUDIO) {
LIBS += -lbass
LIBS += -lbassopus
LIBS += -lbassmidi
}

macx:LIBS += -framework CoreFoundation -framework Foundation -framework CoreServices

Expand Down

0 comments on commit 9f74150

Please sign in to comment.