ChronoSync dependency update and small change in binary creation scripts for OSX
diff --git a/wscript b/wscript
index ab251e7..291d83e 100644
--- a/wscript
+++ b/wscript
@@ -31,7 +31,9 @@
else:
conf.add_supported_cxxflags (cxxflags = ['-O3', '-g'])
- conf.check_cfg (package='libChronoSync', args=['--cflags', '--libs'], uselib_store='SYNC', mandatory=True)
+ conf.check_cfg (package='ChronoSync',
+ args=['ChronoSync >= 0.1', '--cflags', '--libs'],
+ uselib_store='SYNC', mandatory=True)
conf.define ("CHRONOCHAT_VERSION", VERSION)