Skip to content

Commit

Permalink
maclibs:rename libopencc.dylib to libopencc.1.1.dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Feb 17, 2022
1 parent 37ecfea commit 81cff1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions goldendict.pro
Original file line number Diff line number Diff line change
Expand Up @@ -553,11 +553,11 @@ CONFIG( chinese_conversion_support ) {
win32-msvc* {
LIBS += -lopencc
} else {
# mac {
# LIBS += -lopencc.2
# } else {
mac {
LIBS += -lopencc.1.1
} else {
LIBS += -lopencc
# }
}
}
}

Expand Down

0 comments on commit 81cff1f

Please sign in to comment.