File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,12 +235,12 @@ get_bass() {
235235 x64/bass.dll:./bin
236236 elif [[ " $PLATFORM " == " linux" ]]; then
237237 get_zip https://www.un4seen.com/files/bass24-linux.zip \
238- bass.h:./lib \
238+ c/ bass.h:./lib \
239239 libs/x86_64/libbass.so:./lib \
240240 libs/x86_64/libbass.so:./bin
241241 elif [[ " $PLATFORM " == " macos" ]]; then
242242 get_zip https://www.un4seen.com/files/bass24-osx.zip \
243- bass.h:./lib \
243+ c/ bass.h:./lib \
244244 libbass.dylib:./lib
245245 fi
246246}
@@ -261,12 +261,12 @@ get_bassopus() {
261261 x64/bassopus.dll:./bin
262262 elif [[ " $PLATFORM " == " linux" ]]; then
263263 get_zip https://www.un4seen.com/files/bassopus24-linux.zip \
264- bassopus.h:./lib \
264+ c/ bassopus.h:./lib \
265265 libs/x86_64/libbassopus.so:./lib \
266266 libs/x86_64/libbassopus.so:./bin
267267 elif [[ " $PLATFORM " == " macos" ]]; then
268268 get_zip https://www.un4seen.com/files/bassopus24-osx.zip \
269- bassopus.h:./lib \
269+ c/ bassopus.h:./lib \
270270 libbassopus.dylib:./lib
271271 fi
272272}
You can’t perform that action at this time.
0 commit comments