diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-03 00:09:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-03 00:09:14 +0100 |
| commit | b473966f5e6e434d153d729be1f02a9c2dc9857a (patch) | |
| tree | 02c81374a60f1da86e1db2c2b10ff276ffb8b7d9 /wscript | |
| parent | a3a0e7a567b73dac9ba29a1ab28e58757cc21411 (diff) | |
OSX -> macOS
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -153,7 +153,7 @@ def configure(conf): pass # - # Windows/Linux/OS X specific + # Windows/Linux/macOS specific # # Windows @@ -606,7 +606,7 @@ def configure(conf): elif conf.env.TARGET_LINUX: Logs.pprint('YELLOW', '\t' + 'Target'.ljust(25) + ': Linux') elif conf.env.TARGET_OSX: - Logs.pprint('YELLOW', '\t' + 'Target'.ljust(25) + ': OS X') + Logs.pprint('YELLOW', '\t' + 'Target'.ljust(25) + ': macOS') def report(name, variable): linkage = '' |
