This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
PawPaw
mirror of
https://github.com/DISTRHO/PawPaw
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Fix a typo
Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX
7 months ago
parent
789379db05
commit
38c53c7316
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bootstrap-plugins.sh
+ 1
- 1
bootstrap-plugins.sh
View File
@@ -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
Write
Preview
Loading…
Cancel
Save