Skip to content

Commit

Permalink
Merge pull request #4351 from povik/bump-abc
Browse files Browse the repository at this point in the history
Bump abc
  • Loading branch information
povik committed Apr 23, 2024
2 parents 171577f + 67c7062 commit 982a22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -166,7 +166,7 @@ bumpversion:
# is just a symlink to your actual ABC working directory, as 'make mrproper'
# will remove the 'abc' directory and you do not want to accidentally
# delete your work on ABC..
ABCREV = 0cd90d0
ABCREV = 03da96f
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)
Expand Down

0 comments on commit 982a22d

Please sign in to comment.