Skip to content

Commit 40802f8

Browse files
authored
Update get-dependencies.sh
1 parent deb1725 commit 40802f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

get-dependencies.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ cd ./citron
8585
# -e "s|\$CXXFLAGS|$ARCH_FLAGS|g" \
8686
# -e "s|\$CFLAGS|$ARCH_FLAGS|g" \
8787
# ./PKGBUILD
88+
sed -i \
89+
-e 's|DISCORD_PRESENCE=ON|DISCORD_PRESENCE=OFF|g' \
90+
-e "s|\$CXXFLAGS|$ARCH_FLAGS|g" \
91+
-e "s|\$CFLAGS|$ARCH_FLAGS|g" \
92+
./PKGBUILD
8893
cat ./PKGBUILD
8994

9095
makepkg -fs --noconfirm --skippgpcheck

0 commit comments

Comments
 (0)