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:
parent
2dde5b6f53
commit
1d267383ca
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user