Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 6, 2024
1 parent 789379d commit 38c53c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ if [ "${MACOS}" -eq 1 ]; then
LIBLO_EXTRAFLAGS+=" ac_cv_c_bigendian=universal"
fi
# use of wrong macro, should be _WIN32
elif [ "${MACOS}" -eq 1 ]; then
elif [ "${WIN32}" -eq 1 ]; then
export EXTRA_CFLAGS="-DWIN32"
fi

Expand Down

0 comments on commit 38c53c7

Please sign in to comment.