From 9637a9985edff28fc4fb00283ed357be761e3d7c Mon Sep 17 00:00:00 2001 From: waltje Date: Sat, 6 Oct 2018 19:23:10 -0400 Subject: [PATCH] Updated MinGW makefile to enable AMD cpus (used by Packard-Bell machine.) --- src/win/mingw/Makefile.MinGW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/mingw/Makefile.MinGW b/src/win/mingw/Makefile.MinGW index b899566..7439bf5 100644 --- a/src/win/mingw/Makefile.MinGW +++ b/src/win/mingw/Makefile.MinGW @@ -114,7 +114,7 @@ ifndef DEV_BRANCH DEV_BRANCH := n endif ifndef AMD_K - AMD_K := n + AMD_K := y endif ifndef LASERXT LASERXT := n