Skip to content

Commit

Permalink
Makefile: add YOSYS_VER to CXXFLAGS as plugin interface compat fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Nov 19, 2024
1 parent b89bd02 commit 37304d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ CXXFLAGS += -D_DEFAULT_SOURCE
endif

YOSYS_VER := 0.47+86
CXXFLAGS += -DYOSYS_VER=\\"$(YOSYS_VER)\\"

# Note: We arrange for .gitcommit to contain the (short) commit hash in
# tarballs generated with git-archive(1) using .gitattributes. The git repo
Expand Down

0 comments on commit 37304d0

Please sign in to comment.