1
0
Fork 0
forked from lthn/blockchain

ci-linux now uses pre-defined host/target profile

This commit is contained in:
Snider 2024-03-22 10:58:03 +00:00
parent 04c8a9b5b6
commit 4ef1324e2c

View file

@ -32,7 +32,7 @@ current_dir := $(dir $(abspath $(firstword $(MAKEFILE_LIST))))
export CONAN_HOME = $(current_dir)$(build)
conan_profile_linux = $(CONAN_HOME)/profiles/linux-amd64
conan_toolchain = -DCMAKE_TOOLCHAIN_FILE=$(CONAN_HOME)/Release/generators/conan_toolchain.cmake
conan_toolchain = -DCMAKE_TOOLCHAIN_FILE=$(dir_release)/Release/generators/conan_toolchain.cmake
all: help