summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoelacanthus2020-06-13 16:38:51 +0800
committerCoelacanthus2020-06-13 16:38:51 +0800
commitd82dedab51482b99f4202e105c9e5c211eab4bce (patch)
treeee1e3d7d4f485aafacd613987766f1655f6335ae
parenta2cc4b8cc3cedf8680eec9623137a697e01bb969 (diff)
downloadaur-d82dedab51482b99f4202e105c9e5c211eab4bce.tar.gz
fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb5fb11221b8..77a3b73c7d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ pkgver() {
prepare() {
cd "$srcdir/Project_LemonLime"
- sed -i '/unix:QMAKE_LFLAGS += -no-pie/d' lemon.pro
+ #sed -i '/unix:QMAKE_LFLAGS += -no-pie/d' lemon.pro
git submodule update --init --recursive
}