macos: link opencc

name changed from opencc.2 to opencc
This commit is contained in:
xiaoyifang 2022-02-15 00:08:15 +08:00
parent 84175279ab
commit fbcf1dfa83

View file

@ -553,11 +553,11 @@ CONFIG( chinese_conversion_support ) {
win32-msvc* {
LIBS += -lopencc
} else {
mac {
LIBS += -lopencc.2
} else {
# mac {
# LIBS += -lopencc.2
# } else {
LIBS += -lopencc
}
# }
}
}