build.sh: fix building imgui out of tree

This commit is contained in:
Thomas Debesse 2020-12-12 06:58:47 +01:00 committed by mborgerson
parent 2d414c1a43
commit 000d638bbf
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ esac
# find absolute path (and resolve symlinks) to build out of tree
configure="${project_source_dir}/configure"
build_cflags="${build_cflags} -I${project_source_dir}/ui/imgui"
set -x # Print commands from now on