summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-07-30 18:35:41 +0200
committerMichel Zou2020-07-30 18:35:41 +0200
commitbb52a11d23320ff36e889ef78236065c5ddabfff (patch)
treea8e7bf3ba617457946016c30dc6827083d427272 /PKGBUILD
parentcbc39fe25bd4ec585ea8027fd7e53ad7867030c8 (diff)
downloadaur-mingw-w64-gl2ps.tar.gz
GLUT_LIBRARIES
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93ae3b500394..46aacc66365e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ build() {
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-cmake -DPDFLATEX_COMPILER=0 \
-DGLUT_glut_LIBRARY_RELEASE=/usr/${_arch}/lib/libfreeglut.dll.a \
- -DGLUT_LIBRARIES=/usr/${_arch}/lib/libfreeglut.dll.a ..
+ ..
make
popd
done