pip-linux fix tcl/tk include path

This commit is contained in:
Matthias Hochsteger 2022-09-15 10:46:19 +02:00
parent e49a028676
commit f476380e2f

View File

@ -78,6 +78,8 @@ elif 'linux' in sys.platform:
f'-DNG_INSTALL_DIR_LIB={py_install_dir}/{name_dir}.libs',
'-DNG_INSTALL_DIR_BIN=bin',
'-DNG_INSTALL_DIR_INCLUDE=include/netgen',
'-DTCL_INCLUDE_PATH=/usr/include',
'-DTK_INCLUDE_PATH=/usr/include',
]
packages = []