From 564e900e2716c57103f0068f0b198a6ebe7fe269 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Wed, 21 Nov 2012 15:16:00 +0100 Subject: set the build paramater in the mingw config --- config/mingw-w32-win.cbc | 1 + config/mingw-w64-win.cbc | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/mingw-w32-win.cbc b/config/mingw-w32-win.cbc index b88fb24..32d57cc 100644 --- a/config/mingw-w32-win.cbc +++ b/config/mingw-w32-win.cbc @@ -9,3 +9,4 @@ cache_file='mingw-w32-win' prefix=os.path.expanduser('~/mingw/windows/w32') sources=os.path.expanduser('~/cerbero/sources/mingw-w32-win') toolchain_prefix=os.path.expanduser('~/mingw/linux/w32/') +build='x86_64-pc-linux-gnu' diff --git a/config/mingw-w64-win.cbc b/config/mingw-w64-win.cbc index 1735605..be6f405 100644 --- a/config/mingw-w64-win.cbc +++ b/config/mingw-w64-win.cbc @@ -9,3 +9,4 @@ cache_file='mingw-w64-win' prefix=os.path.expanduser('~/mingw/windows/w64') sources=os.path.expanduser('~/cerbero/sources/mingw-w64-win') toolchain_prefix=os.path.expanduser('~/mingw/linux/w64/') +build='x86_64-pc-linux-gnu' -- cgit v1.2.3