mirror of https://github.com/YosysHQ/abc.git
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:
parent
bc39220df4
commit
77cef7ca10
|
|
@ -30,6 +30,7 @@ else:
|
|||
define_macros.append( ('LIN', 1) )
|
||||
|
||||
libraries.append( 'abc' )
|
||||
libraries.append( 'rt' )
|
||||
libraries.append( 'readline' )
|
||||
library_dirs.append('./../../')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue