Commit 53cb172b36c795b796c740fb99e3e8e6690280af

Authored by Perry Werneck
2 parents 0dcc9ee0 5ac59915
Exists in master and in 1 other branch develop

Merge branch 'macos' of github.com:PerryWerneck/libv3270 into macos

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -203,7 +203,7 @@ case "$host" in @@ -203,7 +203,7 @@ case "$host" in
203 ;; 203 ;;
204 204
205 *) 205 *)
206 - AC_SUBST(SONAME,libv3270.so.$app_vrs_major.$app_vrs_minor) 206 + AC_SUBST(SONAME,libv3270.dylib.$app_vrs_major.$app_vrs_minor)
207 207
208 esac 208 esac
209 209