We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b10ffb commit b8f2946Copy full SHA for b8f2946
1 file changed
install.sh
@@ -2,13 +2,6 @@
2
# One parameter gcc = build gcc only (end setup will be for gcc)
3
# One parameter clang = build clang only (end setup will be for clang)
4
5
-pacman -S dos2unix --noconfirm
6
-pacman -S pactoys --noconfirm
7
-pacboy -S binutils --noconfirm
8
-
9
-rm -rf packages
10
-mkdir packages
11
12
rename() {
13
# First parameter is package name
14
# Second parameter is file pattern
@@ -63,6 +56,13 @@ build_install() {
63
56
cd ..
64
57
}
65
58
59
+pacman -S dos2unix --noconfirm
60
+pacman -S pactoys --noconfirm
61
+pacboy -S binutils --noconfirm
62
+
+rm -rf packages
+mkdir packages
66
echo "Building common libraries"
67
package_names=(spidermonkey pcaudiolib espeak-ng SDL)
68
for packagename in "${package_names[@]}"; do
0 commit comments