X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=build.sh;h=c0ccce3a5919dbdde3888c9bd8244bcc41040693;hp=f6849c3e628255240dff4152aaeed8a5ea1b8077;hb=2bc8f11d9c7182e24fb62a6efefa3e0b74ac0afb;hpb=9dab72e6d30124c068196af6569a4012d10844ab diff --git a/build.sh b/build.sh index f6849c3e..c0ccce3a 100755 --- a/build.sh +++ b/build.sh @@ -75,9 +75,9 @@ build_cygwin() : ${DATADIR:="${INSTALL_DIR}"} echo "Installing collectd to ${INSTALL_DIR}." - TOP_SRCDIR=$(pwd) + TOP_SRCDIR="$(pwd)" MINGW_ROOT="$(x86_64-w64-mingw32-gcc -print-sysroot)/mingw" - GNULIB_DIR="${TOP_SRCDIR}/gnulib/build/gllib" + export GNULIB_DIR="${TOP_SRCDIR}/gnulib/build/gllib" export CC="x86_64-w64-mingw32-gcc"