diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-11-21 15:16:00 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-11-21 15:16:00 +0100 |
commit | 564e900e2716c57103f0068f0b198a6ebe7fe269 (patch) | |
tree | a7c873a8a14fb5b4e733afa9dbc2f6482cedaa86 /config | |
parent | a4acba0582549548c4137ba5e5e1c09df1c9aefb (diff) |
set the build paramater in the mingw config
Diffstat (limited to 'config')
-rw-r--r-- | config/mingw-w32-win.cbc | 1 | ||||
-rw-r--r-- | config/mingw-w64-win.cbc | 1 |
2 files changed, 2 insertions, 0 deletions
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' |