From 0a33c18d002c640989a98229ba9d87e8ab059276 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Sat, 28 Jun 2025 12:24:03 +0530 Subject: [PATCH] bruh lmao --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0c54d2da..a54246b5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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