Skip to content

Commit 1bf6f01

Browse files
Fix building on nix (#119)
1 parent 08643d7 commit 1bf6f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/h3/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
make:
2-
cd src; cmake . -DBUILD_SHARED_LIBS=true -DBUILD_FILTERS=OFF -DBUILD_BENCHMARKS=OFF; make
2+
cd src; cmake . -DBUILD_SHARED_LIBS=true -DBUILD_FILTERS=OFF -DBUILD_BENCHMARKS=OFF -DENABLE_LINTING=OFF; make
33
install:
44
: # do nothing, we'll load the lib directly
55
clean:

0 commit comments

Comments
 (0)