From 53e9cbc6958ffa54bb58ac970ea1c4e24431d24b Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 12 Jul 2021 23:08:50 -0700 Subject: [PATCH] Update gitmodules The standard version of the library does NOT support OpenAL on both Windows and Linux. This branch supports it and has been open as a PR on the main netstandard support branch for a while now. --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 38b3a5b..59d2a97 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,5 @@ url = https://github.com/aaru-dps/Aaru.git [submodule "cscore"] path = cscore - url = https://github.com/filoe/cscore.git + url = https://github.com/sk-zk/cscore.git + branch = netstandard