Commit 77cef7ca by Baruch Sterin

fix pyabc to link correctly on some linux version, fixing problem caused by the…

fix pyabc to link correctly on some linux version, fixing problem caused by the changeset named: Suggested changes to counting time in Abc_Clock()
parent bc39220d
......@@ -30,6 +30,7 @@ else:
define_macros.append( ('LIN', 1) )
libraries.append( 'abc' )
libraries.append( 'rt' )
libraries.append( 'readline' )
library_dirs.append('./../../')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment