Skip to content

Commit

Permalink
fix(frontend-python): Makefile, default value for COMPILER_BUILD_DIRE…
Browse files Browse the repository at this point in the history
…CTORY
  • Loading branch information
rudy-6-4 authored and BourgerieQuentin committed Sep 20, 2023
1 parent e6f5eab commit 9bc186c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontends/concrete-python/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PYTHON=python
PIP=$(PYTHON) -m pip

COMPILER_BUILD_DIRECTORY ?= $(PWD)/../../compilers/concrete-compiler/compiler/build
BINDINGS_DIRECTORY=${COMPILER_BUILD_DIRECTORY}/tools/concretelang/python_packages/concretelang_core/
RUNTIME_LIBRARY=${COMPILER_BUILD_DIRECTORY}/lib/libConcretelangRuntime.so

Expand Down

0 comments on commit 9bc186c

Please sign in to comment.