Skip to content

Commit

Permalink
Merge pull request #1450 from albinahlback/pwd_darwin
Browse files Browse the repository at this point in the history
Fix pwd for spaced paths in Darwin
  • Loading branch information
albinahlback authored Oct 9, 2023
2 parents 3795c59 + f31a0fd commit d8386d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ case "$host_os" in
flint_lib="libflint.dylib"
flint_lib_major="libflint.$FLINT_MAJOR_SO.dylib"
flint_lib_full="libflint.$FLINT_MAJOR_SO.$FLINT_MINOR_SO.dylib"
extra_shared_flags="-install_name `pwd`/$flint_lib_full -compatibility_version $FLINT_MAJOR_SO.$FLINT_MINOR_SO -current_version $FLINT_MAJOR_SO.$FLINT_MINOR_SO.$FLINT_PATCH_SO"
extra_shared_flags="-install_name '`pwd`/$flint_lib_full' -compatibility_version $FLINT_MAJOR_SO.$FLINT_MINOR_SO -current_version $FLINT_MAJOR_SO.$FLINT_MINOR_SO.$FLINT_PATCH_SO"
flint_dylib="yes"
;;
cygwin|mingw*|msys)
Expand Down

0 comments on commit d8386d6

Please sign in to comment.