-DUSE_MYSQL so that mysql stuff builds properly
--HG-- extra : convert_revision : 22d2de08460df7a2016cea162057e44bfd6df010
This commit is contained in:
parent
7a1f4969ca
commit
5786f4cb8e
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ else:
|
||||||
extra_libraries = []
|
extra_libraries = []
|
||||||
if env['USE_MYSQL']:
|
if env['USE_MYSQL']:
|
||||||
sources += mysql_sources
|
sources += mysql_sources
|
||||||
|
env.Append(CPPDEFINES = 'USE_MYSQL')
|
||||||
env.Append(CPPPATH=['/usr/local/include/mysql', '/usr/include/mysql'])
|
env.Append(CPPPATH=['/usr/local/include/mysql', '/usr/include/mysql'])
|
||||||
env.Append(LIBS=['z'])
|
env.Append(LIBS=['z'])
|
||||||
if sys.platform.lower().startswith('linux'):
|
if sys.platform.lower().startswith('linux'):
|
||||||
|
|
Loading…
Reference in a new issue