Skip to content

Commit

Permalink
fix linker flag
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Jul 3, 2017
1 parent e84bcce commit 90d5c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libQtAV.pro
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ mac|ios {
CONFIG *= config_openal
SOURCES += output/audio/AudioOutputAudioToolbox.cpp
LIBS += -framework AudioToolbox
LIBS += -Wl,-unexported_symbols_list $$PWD/unexport.list
LIBS += -Wl,-unexported_symbols_list,$$PWD/unexport.list
} else:!win32 {
#LIBS += -Wl,--exclude-libs,ALL
}
Expand Down

0 comments on commit 90d5c79

Please sign in to comment.