fix crypt.h libxcrypt on conda-forge

This commit is contained in:
edoapra 2024-08-21 16:01:49 -07:00
parent a7083fc2c1
commit 568700f845
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -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