Skip to content

Commit 53575f8

Browse files
committed
change makefile openssl target to use ninja and install ws
1 parent d3bcbda commit 53575f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ ws_install:
3939
ws_install_release:
4040
mkdir -p build && (cd build ; cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel -DUSE_PYTHON=1 -DUSE_TLS=1 -DUSE_WS=1 .. -DUSE_TEST=0 && ninja install)
4141

42-
ws_openssl:
43-
mkdir -p build && (cd build ; cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_PYTHON=1 -DUSE_TLS=1 -DUSE_WS=1 -DUSE_OPEN_SSL=1 .. ; make -j 4)
42+
ws_openssl_install:
43+
mkdir -p build && (cd build ; cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DUSE_TLS=1 -DUSE_WS=1 -DUSE_OPEN_SSL=1 .. ; ninja install)
4444

4545
ws_mbedtls:
4646
mkdir -p build && (cd build ; cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_PYTHON=1 -DUSE_TLS=1 -DUSE_WS=1 -DUSE_MBED_TLS=1 .. ; make -j 4)

0 commit comments

Comments
 (0)