fix example path
This commit is contained in:
parent
c069c1966b
commit
ac3c470b44
|
@ -1,7 +1,7 @@
|
||||||
CC := gcc
|
CC := gcc
|
||||||
|
|
||||||
THIS_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
|
THIS_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
REPO_ROOT := $(THIS_DIR)/../../../..
|
REPO_ROOT := $(THIS_DIR)/../../
|
||||||
|
|
||||||
build: out/lang_c
|
build: out/lang_c
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ dependencies: FORCE
|
||||||
mkdir -p include || true
|
mkdir -p include || true
|
||||||
# generate servicepoint header and binary to link against
|
# generate servicepoint header and binary to link against
|
||||||
SERVICEPOINT_HEADER_OUT=$(THIS_DIR)/include cargo build \
|
SERVICEPOINT_HEADER_OUT=$(THIS_DIR)/include cargo build \
|
||||||
--manifest-path=$(REPO_ROOT)/crates/servicepoint_binding_c/Cargo.toml \
|
--manifest-path=$(REPO_ROOT)/Cargo.toml \
|
||||||
--release
|
--release
|
||||||
|
|
||||||
FORCE: ;
|
FORCE: ;
|
||||||
|
|
Loading…
Reference in a new issue