We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08067b9 + 246fd90 commit fc04bf9Copy full SHA for fc04bf9
lldb/packages/Python/lldbsuite/test/builders/darwin.py
@@ -105,7 +105,7 @@ def getArchCFlags(self, arch):
105
version_min = ""
106
if env == "simulator":
107
version_min = "-m{}-simulator-version-min={}".format(os, version)
108
- elif os == "macosx":
+ else:
109
version_min = "-m{}-version-min={}".format(os, version)
110
111
return "ARCH_CFLAGS=\"-target {} {}\"".format(triple, version_min)
0 commit comments