Skip to content

Commit

Permalink
Update build.c
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB committed Jun 16, 2024
1 parent f170fa4 commit 48b8643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void build_lsquic(const char *arch) {
run("curl -OL https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz");
run("tar xzf zlib-1.3.1.tar.gz");

run("cd uWebSockets/uSockets/lsquic && cmake -DZLIB_INCLUDE_DIRS=./zlib-1.3.1 -DZLIB_FOUND=True -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBORINGSSL_DIR=../boringssl -DCMAKE_BUILD_TYPE=Release -DLSQUIC_BIN=Off . && msbuild ALL_BUILD.vcxproj");
run("cd uWebSockets/uSockets/lsquic && cmake -DZLIB_INCLUDE_DIR=..\..\..\zlib-1.3.1 -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBORINGSSL_DIR=../boringssl -DCMAKE_BUILD_TYPE=Release -DLSQUIC_BIN=Off . && msbuild ALL_BUILD.vcxproj");
#endif
}

Expand Down

0 comments on commit 48b8643

Please sign in to comment.