forked from lthn/blockchain
ci-linux now uses pre-defined host/target profile
This commit is contained in:
parent
76521b0d0d
commit
04c8a9b5b6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)/build/Release/generators/conan_toolchain.cmake
|
||||
conan_toolchain = -DCMAKE_TOOLCHAIN_FILE=$(CONAN_HOME)/Release/generators/conan_toolchain.cmake
|
||||
|
||||
all: help
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue