mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
fix bindings
This commit is contained in:
2
Makefile
2
Makefile
@@ -231,7 +231,7 @@ sdk/lib/osBindings: core/startos/bindings
|
||||
|
||||
core/startos/bindings: $(shell git ls-files core) $(ENVIRONMENT_FILE)
|
||||
rm -rf core/startos/bindings
|
||||
(cd core/ && cargo test --features=test '::export_bindings_')
|
||||
(cd core/ && cargo test --features=test 'export_bindings_')
|
||||
touch core/startos/bindings
|
||||
|
||||
sdk/dist: $(shell git ls-files sdk) sdk/lib/osBindings
|
||||
|
||||
Reference in New Issue
Block a user