X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=bootstrap.sh;h=93ee706b1ccf47772d4e6af96005f735a7f06a16;hb=291455f435a4319ce3460e2e47d8f036222a3f92;hp=4edf03903f24be786ba6ac937c389b1c46dd5f3e;hpb=93f48173c60fd6ac16b1fde9c795cd45423e87cb;p=builder.git diff --git a/bootstrap.sh b/bootstrap.sh index 4edf039..93ee706 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -4,7 +4,7 @@ REQUIRED="misc core parser path regex++ getopt++" CFLAGS="-Iinclude `pkg-config --cflags sigc++-2.0`" LIBS="`pkg-config --libs sigc++-2.0` -lpthread" if [ -z "$LIBPATH" ]; then - LIBPATH=`pwd`/../libs + LIBPATH=`pwd`/.. fi mkdir -p include/msp