Skip to content

Commit 4890f60

Browse files
committed
Fix osx paths
1 parent 86e34eb commit 4890f60

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/osx.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
cmake --build . --target LabSound --config Release
1111
)
1212

13-
cp src/LabSound-1.2.0/build/bin/LabSound.framework/Versions/A/LabSound src/build/LabSound
14-
cp src/LabSound-1.2.0/build/third_party/libnyquist/lib/liblibnyquist.a src/build/liblibnyquist.a
15-
cp src/LabSound-1.2.0/build/third_party/libsamplerate/src/libsamplerate.a src/build/libsamplerate.a
16-
17-
ls src/LabSound-1.2.0/build/bin
18-
ls src/LabSound-1.2.0/build/bin/Release
13+
cp src/LabSound-1.2.0/build/bin/Release/LabSound.framework/Versions/A/LabSound src/build/LabSound
14+
cp src/LabSound-1.2.0/build/third_party/libnyquist/lib/Release/liblibnyquist.a src/build/liblibnyquist.a
15+
cp src/LabSound-1.2.0/build/third_party/libsamplerate/src/Release/libsamplerate.a src/build/libsamplerate.a

0 commit comments

Comments
 (0)