Skip to content

Commit

Permalink
🐧 Fixing Linux linker flags
Browse files Browse the repository at this point in the history
  • Loading branch information
elieserdejesus committed Dec 24, 2018
1 parent 30cbe74 commit 238adfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PROJECTS/Standalone/Standalone.pro
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,6 @@ linux{

LIBS += -L$$PWD/../../libs/$$LIBS_PATH -lportaudio -lminimp3 -lvorbisfile -lvorbisenc -lvorbis -logg -lavformat -lavcodec -lswscale -lavutil -lswresample -lminiupnpc -lx264
LIBS += -lasound
LIBS += -ldl
LIBS += -lz
}

0 comments on commit 238adfe

Please sign in to comment.