iguanaIR/cmake-args.patch
Alec Leamas b898e37d8e Updating to latest version
- Old patches now upstreamed, new patches for cmake required. LIBDIR handling
  needs cleanup (not required part in rpath.patch).
2014-08-11 17:25:03 +02:00

11 lines
353 B
Diff

diff --git a/runCmake b/runCmake
index f37873c..6d19253 100755
--- a/runCmake
+++ b/runCmake
@@ -40,5 +40,5 @@ fi
# create the build path
mkdir -p $BUILDDIR
cd $BUILDDIR
-PATH=${QTPATH}:${PYPATH}:${PATH} ARCH=${ARCH} CSPATH=${CSPATH} ${CMAKE} ${CHAIN} ..
+PATH=${QTPATH}:${PYPATH}:${PATH} ARCH=${ARCH} CSPATH=${CSPATH} ${CMAKE} ${CHAIN} $@ ..
cd ..