Skip to content

Commit 946b181

Browse files
committed
build_scripts: Fix long term bug with setting self.target_platform
self.target_platform is not used anywhere outside this custom class
1 parent c60fcce commit 946b181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/dist/command/build_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def finalize_options(self):
6060
else:
6161
# default to current platform
6262
target = sys.platform
63-
self.target_platfom = target
63+
self.target_platform = target
6464

6565
# for native builds, use current python executable path;
6666
# for cross-platform builds, use default executable name

0 commit comments

Comments
 (0)