mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-03-09 05:16:16 +00:00
bruh lmao
This commit is contained in:
parent
9160845651
commit
0a33c18d00
1 changed files with 2 additions and 2 deletions
|
|
@ -514,7 +514,7 @@ jobs:
|
|||
mkdir ~/deps
|
||||
cd ~/deps
|
||||
git clone https://github.com/RandomityGuy/hashlink
|
||||
git checkout uwp_compat
|
||||
git checkout uwp-compat
|
||||
cd hashlink
|
||||
mv /tmp/include/sdl include/sdl
|
||||
mv /tmp/include/openal include/openal
|
||||
|
|
@ -527,7 +527,7 @@ jobs:
|
|||
mkdir ~/deps
|
||||
cd ~/deps
|
||||
git clone https://github.com/RandomityGuy/hxDatachannel
|
||||
git checkout uwp_compat
|
||||
git checkout uwp-compat
|
||||
cd hxDatachannel/cpp
|
||||
"/c/Program Files/CMake/bin/cmake" -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DHASHLINK_LIBRARY_DIR="~/deps/hashlink/build/x64/Release" -DHASHLINK_INCLUDE_DIR="../../hashlink/src"
|
||||
"/c/Program Files/CMake/bin/cmake" --build build --config Release -j4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue