We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dc281 commit dc377d4Copy full SHA for dc377d4
tools/build.sh
@@ -48,5 +48,7 @@ cp build/*.Makefile ./
48
cp build/*.mak ./
49
# Fix the include path to point to the current directory
50
sed -i 's/-I\.\. /-I\. /g' *.mak
51
+# Make sure the correct version config file is used
52
+cp config/zw_version_config.h build/config/zw_version_config.h
53
54
make release -B -f $PROJ_NAME.Makefile POST_BUILD_EXE=$POST_BUILD_EXE ARM_GCC_DIR=$TOOLCHAIN
0 commit comments