mirror of
https://github.com/YosysHQ/abc.git
synced 2026-08-29 17:27:46 +02:00
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:
@@ -30,6 +30,7 @@ else:
|
||||
define_macros.append( ('LIN', 1) )
|
||||
|
||||
libraries.append( 'abc' )
|
||||
libraries.append( 'rt' )
|
||||
libraries.append( 'readline' )
|
||||
library_dirs.append('./../../')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user