add directDir
This commit is contained in:
parent
81a4a54ad7
commit
28f18da27d
|
|
@ -112,6 +112,7 @@ DoGenPyCode.extensionsDir = r'$[osfilename $[TOPDIR]/src/extensions]'
|
|||
DoGenPyCode.interrogateLib = r'libdtoolconfig'
|
||||
DoGenPyCode.codeLibs = r'$[GENPYCODE_LIBS]'.split()
|
||||
DoGenPyCode.etcPath = [r'$[osfilename $[install_igatedb_dir]]']
|
||||
DoGenPyCode.directDir = r'$[osfilename $[TOPDIR]]'
|
||||
|
||||
#if $[>= $[OPTIMIZE], 4]
|
||||
FFIConstants.wantComments = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue