Commit 3f3fb673fc3f32801401a57929c0dcb597161607
1 parent
ca1bde54
Exists in
develop
Fixing macos library name.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
... | ... | @@ -114,7 +114,7 @@ case "$host" in |
114 | 114 | DLLEXT=".dylib" |
115 | 115 | DLL_LDFLAGS="-shared -Wl,-install_name,\$(@F)" |
116 | 116 | |
117 | - INSTALL_PACKAGES="linux-lib ${INSTALL_PACKAGES}" | |
117 | + INSTALL_PACKAGES="macos-lib ${INSTALL_PACKAGES}" | |
118 | 118 | |
119 | 119 | app_cv_static='no' |
120 | 120 | ;; | ... | ... |