From 6f07ec259767f7b7686e2b935db1fb30fc95470e Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Fri, 26 Jul 2024 19:29:24 -0600 Subject: [PATCH] fix bindings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b17d91b7a..adcbc6bf1 100644 --- a/Makefile +++ b/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