mirror of
https://github.com/cemu-project/idapython.git
synced 2024-12-26 17:51:54 +01:00
build.py: Fix for building under Vista. Thanks to Itai Shaham for the report!
This commit is contained in:
parent
1c4a240cfb
commit
5e1871f485
1
build.py
1
build.py
@ -379,6 +379,7 @@ if __name__ == "__main__":
|
|||||||
system = platform.system()
|
system = platform.system()
|
||||||
|
|
||||||
if system == "Windows" or system == "Microsoft":
|
if system == "Windows" or system == "Microsoft":
|
||||||
|
system = "Windows"
|
||||||
platform_string = "win32"
|
platform_string = "win32"
|
||||||
plugin_name = "python.plw"
|
plugin_name = "python.plw"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user