mirror of
https://github.com/cemu-project/idapython.git
synced 2024-12-26 17:51:54 +01:00
build.py: Added alternative SDK location (commented by default)
This commit is contained in:
parent
e4aaf2b166
commit
32654c9ee8
1
build.py
1
build.py
@ -24,6 +24,7 @@ VERBOSE = True
|
|||||||
IDA_MAJOR_VERSION = 5
|
IDA_MAJOR_VERSION = 5
|
||||||
IDA_MINOR_VERSION = 4
|
IDA_MINOR_VERSION = 4
|
||||||
IDA_SDK = ".." + os.sep + "swigsdk-versions" + os.sep + "%d.%d" % (IDA_MAJOR_VERSION, IDA_MINOR_VERSION)
|
IDA_SDK = ".." + os.sep + "swigsdk-versions" + os.sep + "%d.%d" % (IDA_MAJOR_VERSION, IDA_MINOR_VERSION)
|
||||||
|
#IDA_SDK = ".." + os.sep + ".."
|
||||||
# End of user configurable options
|
# End of user configurable options
|
||||||
|
|
||||||
# IDAPython version
|
# IDAPython version
|
||||||
|
Loading…
Reference in New Issue
Block a user