diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-13 11:33:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-13 11:33:18 +0200 |
| commit | 18019278d8d63677dcdf5d696ce86b055bd156ca (patch) | |
| tree | e6e7e47ec49d73d8abd13eec351bdee193d1c5f8 | |
| parent | 38d84a3f65f98c20f98fc004b72034ad3dada79c (diff) | |
Fix typo.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -615,7 +615,7 @@ class WindowsNativeTarget(Target): super().__init__('windows', directory) self.bits = 64 - self.environment_prefix = config.get('windows_native_environmnet_prefix') + self.environment_prefix = config.get('windows_native_environment_prefix') self.set('PATH', '%s/bin:%s' % (self.environment_prefix, os.environ['PATH'])) |
