Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 16, 2023
2 parents 1386aaf + ce67cae commit 10c067d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 46 deletions.
2 changes: 1 addition & 1 deletion install.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ const install = require('addon-tools-raub/install');


const prefix = 'https://github.com/node-3d/deps-labsound-raub/releases/download';
const tag = '3.0.0';
const tag = '4.0.0';

install(`${prefix}/${tag}`);
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions src/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ echo 'LABSOUND Build Started'
mkdir -p build
cd build

cmake \
-DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true \
-DLABSOUND_ASOUND=1 ..
cmake -DLABSOUND_ASOUND=1 ..

cmake --build . --target samplerate --config Release
cmake --build . --target libwavpack --config Release
cmake --build . --target libnyquist --config Release
cmake --build . --target miniaudio --config Release
cmake --build . --target LabSound --config Release
Expand Down
40 changes: 0 additions & 40 deletions src/windows.cmd

This file was deleted.

0 comments on commit 10c067d

Please sign in to comment.