Skip to content

Commit b760ead

Browse files
committed
Bigquery fix?
1 parent 8c6508c commit b760ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/adbc/pkg/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ DRIVERS := \
3535
all: $(DRIVERS)
3636

3737
libadbc_driver_%.$(SUFFIX): %
38-
$(GO_BUILD) -tags driverlib -o $@ -buildmode=c-shared -ldflags "-s -w" ./$<
38+
CGO_CFLAGS="-DADBC_EXPORTING -DADBC_BUILD_DLL" $(GO_BUILD) -tags driverlib -o $@ -buildmode=c-shared -ldflags "-s -w" ./$<
3939
$(RM) $(basename $@).h
4040

4141
regenerate:

0 commit comments

Comments
 (0)