We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60fcce commit 946b181Copy full SHA for 946b181
roundup/dist/command/build_scripts.py
@@ -60,7 +60,7 @@ def finalize_options(self):
60
else:
61
# default to current platform
62
target = sys.platform
63
- self.target_platfom = target
+ self.target_platform = target
64
65
# for native builds, use current python executable path;
66
# for cross-platform builds, use default executable name
0 commit comments