Skip to content

Commit c6bfe26

Browse files
committed
Fix mispelling
1 parent 3b9bce4 commit c6bfe26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-libs-tools-apps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build_and_install()
2121
fi
2222
if [ -f GNUmakefile ]; then
2323
make -j${CPUS} debug=yes
24-
if [ "$OS" == *"MINGW6_NT"* ]; then
24+
if [ "$OS" == *"MINGW64_NT"* ]; then
2525
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh && make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes install
2626
else
2727
sudo -- sh -c '. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh && make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes install'

0 commit comments

Comments
 (0)