aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2026-02-02 12:26:19 +0100
committerGitHub <noreply@github.com>2026-02-02 12:26:19 +0100
commitc92956d3cf13ad1b16d4cc1dbf970a37aa6566db (patch)
treea8ebd001d3343953f3522f3d5a2334f6e7c2300f /configure.sh
parent54afceec66744e758595e6a4e9bd861523f5b016 (diff)
bass.h moved to c folder (#1112)
* bass.h moved to c folder * opus too * c folder
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.sh b/configure.sh
index 619f1bf2..ebb8b16e 100755
--- a/configure.sh
+++ b/configure.sh
@@ -235,12 +235,12 @@ get_bass() {
x64/bass.dll:./bin
elif [[ "$PLATFORM" == "linux" ]]; then
get_zip https://www.un4seen.com/files/bass24-linux.zip \
- bass.h:./lib \
+ c/bass.h:./lib \
libs/x86_64/libbass.so:./lib \
libs/x86_64/libbass.so:./bin
elif [[ "$PLATFORM" == "macos" ]]; then
get_zip https://www.un4seen.com/files/bass24-osx.zip \
- bass.h:./lib \
+ c/bass.h:./lib \
libbass.dylib:./lib
fi
}
@@ -261,12 +261,12 @@ get_bassopus() {
x64/bassopus.dll:./bin
elif [[ "$PLATFORM" == "linux" ]]; then
get_zip https://www.un4seen.com/files/bassopus24-linux.zip \
- bassopus.h:./lib \
+ c/bassopus.h:./lib \
libs/x86_64/libbassopus.so:./lib \
libs/x86_64/libbassopus.so:./bin
elif [[ "$PLATFORM" == "macos" ]]; then
get_zip https://www.un4seen.com/files/bassopus24-osx.zip \
- bassopus.h:./lib \
+ c/bassopus.h:./lib \
libbassopus.dylib:./lib
fi
}