diff options
Diffstat (limited to 'config/mingw-w32-lin.cbc')
-rw-r--r-- | config/mingw-w32-lin.cbc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/mingw-w32-lin.cbc b/config/mingw-w32-lin.cbc index aa4e1cde..2358dc2b 100644 --- a/config/mingw-w32-lin.cbc +++ b/config/mingw-w32-lin.cbc @@ -5,3 +5,4 @@ target_arch=Architecture.X86 cache_file='mingw-w32-lin' prefix=os.path.expanduser('~/mingw/linux/w32') sources=os.path.expanduser('~/cerbero/sources/mingw-w32-lin') +recipes_dir = os.path.join(recipes_dir, 'toolchain') |