We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b0dae commit 9b15069Copy full SHA for 9b15069
1 file changed
Makefile
@@ -6,7 +6,7 @@ python_version_patch := $(word 3,${python_version_full})
6
7
PY_GT_3_8 := $(shell [ $(python_version_major) -gt 3 -o \( $(python_version_major) -eq 3 -a $(python_version_minor) -ge 8 \) ] && echo true)
8
9
-CC=x86_64-linux-gnu-g++
+CC=/opt/conda/envs/aiges/bin/x86_64-conda-linux-gnu-g++
10
11
PYLIB=$(shell python3-config --ldflags)
12
PYINC=$(shell python3-config --cflags)
0 commit comments