mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 07:40:10 +01:00
Copy the correct system.lsp in the CMake build
This will fix the *file-separator* issue Steve reported.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user