diff --git a/build.py b/build.py index a6c93cd..4b82376 100644 --- a/build.py +++ b/build.py @@ -24,6 +24,7 @@ VERBOSE = True IDA_MAJOR_VERSION = 5 IDA_MINOR_VERSION = 4 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 # IDAPython version