Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tansiv
TANSIV
Commits
0be9f3f5
Commit
0be9f3f5
authored
Oct 08, 2020
by
RILLING Louis
Browse files
fake-vm: Work around a Cargo bug unifying too many features when building a workspace
parent
631325f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fake-vm/Makefile
View file @
0be9f3f5
LIB_CRATES
:=
fake_vm_capi
CARGO
:=
cargo
CARGO_FLAGS
?=
TEST_FLAGS
?=
...
...
@@ -19,8 +21,11 @@ DEST_LIB_DIR := $(PREFIX)/lib
DEST_INC_DIR
:=
$(PREFIX)
/include
.PHONY
:
build
build
:
$(CARGO)
build
$(CARGO_FLAGS)
build
:
$(LIB_CRATES)
.PHONY
:
$(LIB_CRATES)
$(LIB_CRATES)
:
$(CARGO)
build
-p
$@
$(CARGO_FLAGS)
.PHONY
:
test
test
:
cargo-tests other-tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment