mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-03 23:39:41 +00:00
Added new NO_NCURSESW CMake (not C++) definition. Will use this to help
debug build issues on Arch variants.
This commit is contained in:
parent
d4a88e2085
commit
93af3d1447
@ -80,7 +80,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||
include_directories("/usr/local/include")
|
||||
endif ()
|
||||
|
||||
if (EXISTS "/etc/arch-release")
|
||||
if (EXISTS "/etc/arch-release" OR NO_NCURSESW)
|
||||
add_definitions (-DNO_NCURSESW)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user