diff options
author | Bradley Sepos <[email protected]> | 2020-08-01 01:50:07 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-08-01 01:50:07 -0400 |
commit | 9b008b0f3666e7deb5965691e045a03d1912d6a1 (patch) | |
tree | 2273a616c3f856a918cf1e58e3e5e85612643e56 /make | |
parent | 5aeafdf12a9d0fe74803ec6a2b1cdaf9a3448306 (diff) |
build: make: Cosmetic in configure.py.
Doh.
Diffstat (limited to 'make')
-rw-r--r-- | make/configure.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/configure.py b/make/configure.py index 174841eb0..8c9e633fe 100644 --- a/make/configure.py +++ b/make/configure.py @@ -674,8 +674,8 @@ class ArchAction( Action ): elif host_tuple.match( '*-*-mingw*' ): pass elif host_tuple.match( '*-*-darwin*' ): - self.mode['x86_64'] = 'x86_64-apple-darwin%s' % (host_tuple.release) - self.mode['aarch64'] = 'aarch64-apple-darwin%s' % (host_tuple.release) + self.mode['x86_64'] = 'x86_64-apple-darwin%s' % (host_tuple.release) + self.mode['aarch64'] = 'aarch64-apple-darwin%s' % (host_tuple.release) elif host_tuple.match( '*-*-linux*' ): pass elif host_tuple.match( '*-*-solaris*' ): |