Skip to content

Commit a925945

Browse files
authored
Merge pull request #601 from onflow/tarak/fix-typo
Fix flag typo
2 parents b6cd105 + 4d27ae1 commit a925945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/emulator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG TARGETOS
2020
ARG TARGETARCH
2121
ENV GO111MODULE=on \
2222
CGO_ENABLED=1 \
23-
CGO_FLAGS="-O2 -D__BLST_PORTABLE__" \
23+
CGO_CFLAGS="-O2 -D__BLST_PORTABLE__" \
2424
GOOS=$TARGETOS \
2525
GOARCH=$TARGETARCH
2626
RUN --mount=type=ssh \

0 commit comments

Comments
 (0)