Fixed default build config
authorClifford Wolf <clifford@clifford.at>
Tue, 16 Aug 2016 20:44:38 +0000 (22:44 +0200)
committerClifford Wolf <clifford@clifford.at>
Tue, 16 Aug 2016 20:44:38 +0000 (22:44 +0200)
Makefile

index 7054bf55d9ef6281c2d8ded0bc38e90ebaee5461..f17f092598560a2ed655362a6d6f2628cc61fbe8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CONFIG := clang
 # CONFIG := gcc-4.8
 # CONFIG := emcc
 # CONFIG := mxe
-CONFIG := msys2
+CONFIG := msys2
 
 # features (the more the better)
 ENABLE_TCL := 1
@@ -551,3 +551,4 @@ echo-git-rev:
 
 .PHONY: all top-all abc test install install-abc manual clean mrproper qtcreator
 .PHONY: config-clean config-clang config-gcc config-gcc-4.8 config-gprof config-sudo
+