2
0
David Rose 20 жил өмнө
parent
commit
28f18da27d

+ 1 - 0
direct/src/ffi/genPyCode.pp

@@ -112,6 +112,7 @@ DoGenPyCode.extensionsDir = r'$[osfilename $[TOPDIR]/src/extensions]'
 DoGenPyCode.interrogateLib = r'libdtoolconfig'
 DoGenPyCode.interrogateLib = r'libdtoolconfig'
 DoGenPyCode.codeLibs = r'$[GENPYCODE_LIBS]'.split()
 DoGenPyCode.codeLibs = r'$[GENPYCODE_LIBS]'.split()
 DoGenPyCode.etcPath = [r'$[osfilename $[install_igatedb_dir]]']
 DoGenPyCode.etcPath = [r'$[osfilename $[install_igatedb_dir]]']
+DoGenPyCode.directDir = r'$[osfilename $[TOPDIR]]'
 
 
 #if $[>= $[OPTIMIZE], 4]
 #if $[>= $[OPTIMIZE], 4]
 FFIConstants.wantComments = 0
 FFIConstants.wantComments = 0