Skip to content

Commit

Permalink
op-program: Readd missing var to makefile to fix capturing data. (eth…
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored Mar 14, 2024
1 parent 6ff7a77 commit 8ed039b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op-program/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ LDFLAGSSTRING +=-X github.com/ethereum-optimism/optimism/op-program/version.Vers
LDFLAGSSTRING +=-X github.com/ethereum-optimism/optimism/op-program/version.Meta=$(VERSION_META)
LDFLAGS := -ldflags "$(LDFLAGSSTRING)"

COMPAT_DIR := temp/compat

op-program: \
op-program-host \
Expand Down

0 comments on commit 8ed039b

Please sign in to comment.