From 000d638bbff5a685965977d6cda81ab0fbfdd29b Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 12 Dec 2020 06:58:47 +0100 Subject: [PATCH] build.sh: fix building imgui out of tree --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 985ea81633..630ffb3a18 100755 --- a/build.sh +++ b/build.sh @@ -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