Skip to content

Commit

Permalink
Fix osx paths
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 17, 2023
1 parent 86e34eb commit 4890f60
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
cmake --build . --target LabSound --config Release
)

cp src/LabSound-1.2.0/build/bin/LabSound.framework/Versions/A/LabSound src/build/LabSound
cp src/LabSound-1.2.0/build/third_party/libnyquist/lib/liblibnyquist.a src/build/liblibnyquist.a
cp src/LabSound-1.2.0/build/third_party/libsamplerate/src/libsamplerate.a src/build/libsamplerate.a

ls src/LabSound-1.2.0/build/bin
ls src/LabSound-1.2.0/build/bin/Release
cp src/LabSound-1.2.0/build/bin/Release/LabSound.framework/Versions/A/LabSound src/build/LabSound
cp src/LabSound-1.2.0/build/third_party/libnyquist/lib/Release/liblibnyquist.a src/build/liblibnyquist.a
cp src/LabSound-1.2.0/build/third_party/libsamplerate/src/Release/libsamplerate.a src/build/libsamplerate.a

0 comments on commit 4890f60

Please sign in to comment.