Skip to content

Commit 139e802

Browse files
committed
fix: 3.9
1 parent 9b15069 commit 139e802

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CC=/opt/conda/envs/aiges/bin/x86_64-conda-linux-gnu-g++
1111
PYLIB=$(shell python3-config --ldflags)
1212
PYINC=$(shell python3-config --cflags)
1313
ifeq ($(PY_GT_3_8),true)
14+
CC=g++
1415
PYLIB=$(shell python3-config --ldflags --embed)
1516
PYINC=$(shell python3-config --cflags --embed )
1617
endif

0 commit comments

Comments
 (0)