diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-04-05 15:30:01 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-04-05 17:22:40 +0200 |
commit | 34d3f6ab0ba49e8ac018089e08cf47fc7a22a59b (patch) | |
tree | 991d015e1ed6d47e9d56180517841f9520313f20 /config/windows.config | |
parent | 75075bb51902eaf01004d897408a133792a1c3a2 (diff) |
Add target to configure options
Diffstat (limited to 'config/windows.config')
-rw-r--r-- | config/windows.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/windows.config b/config/windows.config index 40a25682..8911ece8 100644 --- a/config/windows.config +++ b/config/windows.config @@ -30,6 +30,8 @@ else: _path = 'w64' _mingw_defines = "-DMINGW64 -D__MINGW64__" +target = host + prefix=prefix or os.path.expanduser('~/cerbero/dist/%s' % buildname) sources=sources or os.path.expanduser('~/cerbero/sources/%s' % buildname) cache_file=buildname |