mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(macos): Makefile compatibility
This commit is contained in:
@@ -4,7 +4,7 @@ CARGO_PROFILE ?= release
|
||||
PROFILE_SUBDIR ?= release
|
||||
|
||||
MAKEFILE_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ROOT = $(shell readlink -f $(MAKEFILE_DIR)/..)
|
||||
ROOT = $(shell git rev-parse --show-toplevel)
|
||||
CXXBRIDGE_DIR = $(ROOT)/target/cxxbridge/concrete-optimizer-cpp/src
|
||||
|
||||
# In target intermediate files
|
||||
|
||||
Reference in New Issue
Block a user