1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-14 15:20:29 +02:00

Copy the correct system.lsp in the CMake build

This will fix the *file-separator* issue Steve reported.
This commit is contained in:
Leland Lucius 2020-02-24 09:27:55 -06:00
parent 2dde5b6f53
commit 1d267383ca

View File

@ -31,7 +31,15 @@ list( APPEND SOURCES
spec-plot.lsp
spectral-analysis.lsp
stk.lsp
system.lsp
# Fix this when reorganizing the Nyquist sources
$<$<PLATFORM_ID:Windows>:
${libsrc}/libnyquist/nyquist/sys/win/msvc/system.lsp
>
$<$<NOT:$<PLATFORM_ID:Windows>>:
system.lsp
>
test.lsp
velocity.lsp
xlinit.lsp