mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Added explicit Manjaro detection for -DNO_CURSESW.
This commit is contained in:
parent
641b430b01
commit
4bb1326ad8
@ -80,7 +80,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||
include_directories("/usr/local/include")
|
||||
endif ()
|
||||
|
||||
if (EXISTS "/etc/arch-release" OR NO_NCURSESW)
|
||||
if (EXISTS "/etc/arch-release" OR EXISTS "/etc/manjaro-release" OR NO_NCURSESW)
|
||||
add_definitions (-DNO_NCURSESW)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user