diff options
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r-- | bootstrap.gmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake index e4d4b33..6a2ca69 100644 --- a/bootstrap.gmake +++ b/bootstrap.gmake @@ -39,8 +39,8 @@ chost := ifeq ($(OS),Windows_NT) exe := .exe - host := i686-w64-mingw32 - chost := i686-w64-mingw32 + host := x86_64-w64-mingw32 + chost := x86_64-w64-mingw32 override LIBS += -limagehlp else override LIBS += -lpthread |