-DUSE_MYSQL so that mysql stuff builds properly

--HG--
extra : convert_revision : 22d2de08460df7a2016cea162057e44bfd6df010
This commit is contained in:
Nathan Binkert 2004-08-20 10:29:54 -04:00
parent 7a1f4969ca
commit 5786f4cb8e

View file

@ -380,6 +380,7 @@ else:
extra_libraries = []
if env['USE_MYSQL']:
sources += mysql_sources
env.Append(CPPDEFINES = 'USE_MYSQL')
env.Append(CPPPATH=['/usr/local/include/mysql', '/usr/include/mysql'])
env.Append(LIBS=['z'])
if sys.platform.lower().startswith('linux'):