diff options
| author | Vincent Richard <[email protected]> | 2010-05-20 12:00:19 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2010-05-20 12:00:19 +0200 |
| commit | 62845e4ce71963765287ad281a2b5954488ef3a7 (patch) | |
| tree | 5ae38f09cd67bfdaa7d9ad4de7718d8d6e6c3e63 /SConstruct | |
| parent | Fixed type size. (diff) | |
| download | vmime-62845e4ce71963765287ad281a2b5954488ef3a7.tar.gz vmime-62845e4ce71963765287ad281a2b5954488ef3a7.zip | |
Fixed unit tests build on OSX.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -962,6 +962,10 @@ if env['build_tests'] == 'yes': env = env.Clone() env.Append(LIBS = ['cppunit', 'dl', packageVersionedGenericName + '-debug', 'pthread']) env.Append(LIBPATH=['.']) + + if sys.platform == "mac" or sys.platform == "darwin": + env.Append(LIBS = ['iconv', 'gcrypt']) + Default( env.Program( target = 'run-tests', |
