fixup! [TIZEN] Port build system from beta/m34_1847
authorAntonio Gomes <a1.gomes@samsung.com>
Tue, 26 Aug 2014 21:17:15 +0000 (17:17 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Include path/to/JHBuild/bin to PATH so we can invoke stuff
from there (e.g. edje_cc).

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=4938

Change-Id: Ic4ffb2bdde62f317d7936ffeedeabafb79ddfce2
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
tizen_src/build/build_desktop.sh

index 707396c..0e34553 100755 (executable)
@@ -78,5 +78,6 @@ if [ "$SKIP_NINJA" == "0" ]; then
     set -e
   fi
   export LD_LIBRARY_PATH="${JHBUILD_DEPS}/${_LIBDIR}:$LD_LIBRARY_PATH"
+  export PATH="${JHBUILD_DEPS}/bin:$PATH"
   ninja -C ${GYP_GENERATOR_OUTPUT}/${BUILD_SUBDIRECTORY}
 fi