summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEden Rose2020-10-21 22:20:16 +1100
committerEden Rose2020-10-21 22:20:16 +1100
commitf7b66040623fb86d3f45fe2d03c8a4f898db9d5d (patch)
treed7036926c63a0f0775faf14b9760b991964b0045
parentd5c653f032a7e0b4e31826f8af8a27b5863f88a0 (diff)
downloadaur-f7b66040623fb86d3f45fe2d03c8a4f898db9d5d.tar.gz
BUG2: Fixed typo in build ()
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f50cb924385f..3a174e05665f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,8 +80,8 @@ build() {
-Dopengl=full \
-Dphysics=true \
-Dglib=true \
- -Decore-imf-loaders-disabler='' \
- -Dbindings='cxx', 'lua', 'mono' \
+ -Decore-imf-loaders-disabler= \
+ -Dbindings=cxx,lua,mono \
-Dmono-beta=true \
-Dwindows-version='win10' \
-Dpixman=true \