Skip to content

Commit

Permalink
Replace hard TABs in wx-config with spaces
Browse files Browse the repository at this point in the history
No real changes, just de-TAB-ify.
  • Loading branch information
vadz committed Oct 6, 2020
1 parent 23992c2 commit 1668b0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wx-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -1311,12 +1311,12 @@ if [ -n "$output_option_libs" ]; then
_ldflags="-L$libdir"

if [ -n "$MAC_FRAMEWORK" ]; then
wx_libs="-framework $MAC_FRAMEWORK"
if [ -n "$MAC_FRAMEWORK_PREFIX" ]; then
_ldflags="-F$MAC_FRAMEWORK_PREFIX"
else
_ldflags=""
fi
wx_libs="-framework $MAC_FRAMEWORK"
if [ -n "$MAC_FRAMEWORK_PREFIX" ]; then
_ldflags="-F$MAC_FRAMEWORK_PREFIX"
else
_ldflags=""
fi
fi

is_installed || [ -n "$flag_option_no_rpath" ] || _rpath="@WXCONFIG_RPATH@"
Expand Down

0 comments on commit 1668b0b

Please sign in to comment.