diff --git a/pythonforandroid/recipe.py b/pythonforandroid/recipe.py index 0ebe005d1..44aab013a 100644 --- a/pythonforandroid/recipe.py +++ b/pythonforandroid/recipe.py @@ -1222,7 +1222,7 @@ def get_recipe_env(self, arch, **kwargs): build_opts = join(build_dir, "build-opts.cfg") with open(build_opts, "w") as file: - file.write("[bdist_wheel]\nplat-name={}".format( + file.write("[bdist_wheel]\nplat_name={}".format( self.get_wheel_platform_tag(arch) )) file.close()