We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c21f5 commit 09b95b9Copy full SHA for 09b95b9
lldb/packages/Python/lldbsuite/test/builders/darwin.py
@@ -96,7 +96,7 @@ def getArchCFlags(self, arch):
96
version_min = ""
97
if env == "simulator":
98
version_min = "-m{}-simulator-version-min={}".format(os, version)
99
- elif os == "macosx":
+ else:
100
version_min = "-m{}-version-min={}".format(os, version)
101
102
return ["ARCH_CFLAGS=-target {} {}".format(triple, version_min)]
0 commit comments