We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3047b commit 9d980ceCopy full SHA for 9d980ce
1 file changed
Makefile
@@ -67,7 +67,7 @@ build-qc-wasm: build-qc-wasm-fast build-qc-wasm-small
67
build-qc-gz-%: build-qc-wasm-%
68
@cd query-compiler/query-compiler-wasm/pkg && \
69
for provider in postgresql mysql sqlite sqlserver cockroachdb; do \
70
- gzip -knc $$provider/query_compiler_$*_bg.wasm > $$provider_$*.gz; \
+ gzip -knc $$provider/query_compiler_$*_bg.wasm > $${provider}_$*.gz; \
71
done;
72
73
build-qc-gz: build-qc-gz-fast build-qc-gz-small
0 commit comments