Fix win32 build
This commit is contained in:
parent
6b333e84aa
commit
17ec89e457
1 changed files with 3 additions and 0 deletions
|
|
@ -98,6 +98,9 @@ def main():
|
|||
if option == '--version':
|
||||
print(get_llvm_version())
|
||||
|
||||
elif option == '--targets-built':
|
||||
print('X86') # just do X86
|
||||
|
||||
elif option == '--libs':
|
||||
libs_options()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue