Skip to content

Commit f48fc7c

Browse files
committed
Don't build NSPR
1 parent c592015 commit f48fc7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pacboy -S binutils --noconfirm
55
rm -rf packages
66
mkdir packages
77

8-
package_names=(gnustep-make gnustep-base nspr spidermonkey pcaudiolib espeak-ng SDL)
8+
package_names=(gnustep-make gnustep-base spidermonkey pcaudiolib espeak-ng SDL)
99

1010
for packagename in "${package_names[@]}"; do
1111
echo "Building and installing $packagename package"

0 commit comments

Comments
 (0)