mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
CMake: correct ENV syntax
This commit is contained in:
parent
17de41d4b5
commit
26791bd994
@ -505,7 +505,7 @@ install(TARGETS notcurses
|
||||
COMPONENT Development
|
||||
)
|
||||
if(${BUILD_PYTHON})
|
||||
if(DEFINED $ENV{DEB_BUILD_ARCH})
|
||||
if(DEFINED ENV{DEB_BUILD_ARCH})
|
||||
install(
|
||||
CODE
|
||||
"execute_process(COMMAND ${Python3_EXECUTABLE} ${SETUP_PY} install --root=${CMAKE_SOURCE_DIR}/debian/python3-notcurses --install-layout=deb --prefix=${CMAKE_INSTALL_PREFIX} WORKING_DIRECTORY ../python)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user