diff options
Diffstat (limited to 'build/tools/patch_windows_sdk.sh')
-rwxr-xr-x | build/tools/patch_windows_sdk.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/tools/patch_windows_sdk.sh b/build/tools/patch_windows_sdk.sh index 6d30577e7..7a930b0e7 100755 --- a/build/tools/patch_windows_sdk.sh +++ b/build/tools/patch_windows_sdk.sh @@ -74,6 +74,7 @@ fi ${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}development/build/sdk-windows-x86.atree \ -I $WIN_OUT_DIR/host/windows-x86 \ -I ${TOPDIR:-.} \ + -v "PLATFORM_NAME=android-$PLATFORM_VERSION" \ -o $TEMP_SDK_DIR # Fix EOL chars to make window users happy - fix all files at the top level |