mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Note that debug builds on winegcc fail now
This commit is contained in:
@@ -19,6 +19,8 @@ if [[ -z $sdk_directory ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# TODO: Debug builds fail now because it's using an unimplemented variation of printf
|
||||||
|
|
||||||
# Make sure all imports use the correct casing
|
# Make sure all imports use the correct casing
|
||||||
find "$sdk_directory" -type f \( -iname '*.h' -or -iname '*.cpp' \) -print0 |
|
find "$sdk_directory" -type f \( -iname '*.h' -or -iname '*.cpp' \) -print0 |
|
||||||
xargs -0 sed -i -E 's/^#include <(Windows.h|ShlObj.h)>$/#include <\L\1\E>/'
|
xargs -0 sed -i -E 's/^#include <(Windows.h|ShlObj.h)>$/#include <\L\1\E>/'
|
||||||
|
|||||||
Reference in New Issue
Block a user