probonopd / MultiDexed

MultiDexed
10 stars 1 forks source link

Need to replace stat64 with stat on FreeBSD #1

Open probonopd opened 1 year ago

probonopd commented 1 year ago

On FreeBSD, need to run

sed -i '' -e 's|stat64|stat|g'  make_helpers/juce_SimpleBinaryBuilder.cpp

for the compilation to (almost) succeed. This should probably be fixed upstream in JUCE.