Skip to content

Commit 9b15069

Browse files
committed
replace with: /opt/conda/envs/aiges/bin/x86_64-conda-linux-gnu-g++
1 parent 78b0dae commit 9b15069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python_version_patch := $(word 3,${python_version_full})
66

77
PY_GT_3_8 := $(shell [ $(python_version_major) -gt 3 -o \( $(python_version_major) -eq 3 -a $(python_version_minor) -ge 8 \) ] && echo true)
88

9-
CC=x86_64-linux-gnu-g++
9+
CC=/opt/conda/envs/aiges/bin/x86_64-conda-linux-gnu-g++
1010

1111
PYLIB=$(shell python3-config --ldflags)
1212
PYINC=$(shell python3-config --cflags)

0 commit comments

Comments
 (0)