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 11:01:17 +00:00
parent 4ef1324e2c
commit cc085dc1c3

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=$(dir_release)/Release/generators/conan_toolchain.cmake
conan_toolchain = -DCMAKE_TOOLCHAIN_FILE=./build/release/conan/build/Release/generators/conan_toolchain.cmake
all: help