From 32654c9ee810fa172279b7893255e098d9a89517 Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Tue, 27 Jan 2009 18:10:42 +0000 Subject: [PATCH] build.py: Added alternative SDK location (commented by default) --- build.py | 1 + 1 file changed, 1 insertion(+) 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