This commit is contained in:
RandomityGuy 2024-05-22 23:48:46 +05:30
parent 0ca663cc9b
commit b94835629f

View file

@ -189,15 +189,6 @@ jobs:
cmake --build build --config Release -j$NPROC
sudo cmake --install build
- run:
name: Prepare hxDatachannel
command: |
cd hxDatachannel/cpp
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.15" -DCMAKE_MACOSX_RPATH=TRUE -DHASHLINK_INCLUDE_DIR="~/deps/hashlink/src" -DHASHLINK_LIBRARY_DIR="/usr/local/lib/"
cmake --build build --config Release -j$NPROC
sudo cmake --install build
- run:
name: Install hashlink
command: |