From 77cef7ca101a00133aae376d129a9ba0e6da4e79 Mon Sep 17 00:00:00 2001 From: Baruch Sterin Date: Tue, 18 Jun 2013 20:30:35 -0700 Subject: fix pyabc to link correctly on some linux version, fixing problem caused by the changeset named: Suggested changes to counting time in Abc_Clock() --- src/python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/setup.py b/src/python/setup.py index 7613d4d3..560262d4 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -30,6 +30,7 @@ else: define_macros.append( ('LIN', 1) ) libraries.append( 'abc' ) + libraries.append( 'rt' ) libraries.append( 'readline' ) library_dirs.append('./../../') -- cgit v1.2.3