mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
fix crypt.h libxcrypt on conda-forge
This commit is contained in:
parent
a7083fc2c1
commit
568700f845
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ ifndef PYTHONVERSION
|
|||
endif
|
||||
|
||||
LIB_INCLUDES = $(shell python$(PYTHONVERSION)-config --includes| sed -e "s/\-iwithsysroot/\-I/g")
|
||||
ifdef CONDA_BUILD_SYSROOT
|
||||
LIB_INCLUDES += -I${PREFIX}/include
|
||||
endif
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue