We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9bce4 commit c6bfe26Copy full SHA for c6bfe26
1 file changed
build-libs-tools-apps
@@ -21,7 +21,7 @@ build_and_install()
21
fi
22
if [ -f GNUmakefile ]; then
23
make -j${CPUS} debug=yes
24
- if [ "$OS" == *"MINGW6_NT"* ]; then
+ if [ "$OS" == *"MINGW64_NT"* ]; then
25
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh && make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes install
26
else
27
sudo -- sh -c '. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh && make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes install'
0 commit comments