fix pyabc to link correctly on some linux version, fixing problem caused by the changeset named: Suggested changes to counting time in Abc_Clock()

This commit is contained in:
Baruch Sterin
2013-06-18 20:30:35 -07:00
parent bc39220df4
commit 77cef7ca10
+1
View File
@@ -30,6 +30,7 @@ else:
define_macros.append( ('LIN', 1) )
libraries.append( 'abc' )
libraries.append( 'rt' )
libraries.append( 'readline' )
library_dirs.append('./../../')