Skip to content

Commit

Permalink
Add missing USE prefix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Dec 31, 2023
1 parent 3b38449 commit 89bcfa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions win/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ export OPENSSL_PATH=$PWD/boringssl
export OPENSSL_LIBPATH=$PWD/boringssl/lib
export OPENSSL_LIBS='-lssl -lcrypto'

export HTTP2=1
export WEBSOCKETS=1
export ECH=1
export USE_HTTP2=1
export USE_WEBSOCKETS=1
export USE_ECH=1

export D_FORTIFY_SOURCE=0

Expand Down

0 comments on commit 89bcfa0

Please sign in to comment.