Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
abraunst committed Sep 29, 2023
1 parent 37704a2 commit 7b7235b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PYTHON=python3
PYTHON_CONFIG=python3-config
PYTHON=${CONDA_PREFIX}/bin/python3
PYTHON_CONFIG=${CONDA_PREFIX}/bin/python3-config
INC=-Ilib -I${CONDA_PREFIX}/include
EXTRA=-O3
VERSION=$(shell git show -s --pretty="%h %ad %d")
Expand Down

0 comments on commit 7b7235b

Please sign in to comment.