We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b15069 commit 139e802Copy full SHA for 139e802
1 file changed
Makefile
@@ -11,6 +11,7 @@ CC=/opt/conda/envs/aiges/bin/x86_64-conda-linux-gnu-g++
11
PYLIB=$(shell python3-config --ldflags)
12
PYINC=$(shell python3-config --cflags)
13
ifeq ($(PY_GT_3_8),true)
14
+CC=g++
15
PYLIB=$(shell python3-config --ldflags --embed)
16
PYINC=$(shell python3-config --cflags --embed )
17
endif
0 commit comments