Skip to content

Commit dc377d4

Browse files
committed
debug build issue
1 parent c0dc281 commit dc377d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@ cp build/*.Makefile ./
4848
cp build/*.mak ./
4949
# Fix the include path to point to the current directory
5050
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
5153

5254
make release -B -f $PROJ_NAME.Makefile POST_BUILD_EXE=$POST_BUILD_EXE ARM_GCC_DIR=$TOOLCHAIN

0 commit comments

Comments
 (0)