diff options
Diffstat (limited to 'recipes/mingw-w64.recipe')
-rw-r--r-- | recipes/mingw-w64.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/mingw-w64.recipe b/recipes/mingw-w64.recipe index 31b60c79..848b417f 100644 --- a/recipes/mingw-w64.recipe +++ b/recipes/mingw-w64.recipe @@ -1,6 +1,7 @@ class Recipe(recipe.Recipe): name = 'mingw-w64' version = 'v2.0.2' + licenses = [License.LGPL] configure_options = '--without-headers --with-tools=gendef --with-sysroot=$CERBERO_PREFIX' add_host_build_target = True deps = ['mingw-w64-headers', 'binutils', 'gcc-core'] |