mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 23:21:12 +02:00
Replace references to topdir and libsrc
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
set( TARGET nyquist )
|
||||
set( TARGET_ROOT ${topdir}/nyquist )
|
||||
set( TARGET_ROOT ${CMAKE_SOURCE_DIR}/nyquist )
|
||||
|
||||
message( STATUS "========== Configuring ${TARGET} ==========" )
|
||||
|
||||
@@ -61,7 +61,7 @@ foreach( source ${RUNTIME} )
|
||||
# Fix this when reorganizing the Nyquist sources
|
||||
if( source STREQUAL "system.lsp" )
|
||||
if( CMAKE_SYSTEM_NAME MATCHES "Windows" )
|
||||
set( src "${libsrc}/libnyquist/nyquist/sys/win/msvc/system.lsp" )
|
||||
set( src "${CMAKE_SOURCE_DIR}/lib-src/libnyquist/nyquist/sys/win/msvc/system.lsp" )
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user