diff options
Diffstat (limited to 'tests/run-make/raw-dylib-stdcall-ordinal/Makefile')
-rw-r--r-- | tests/run-make/raw-dylib-stdcall-ordinal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/raw-dylib-stdcall-ordinal/Makefile b/tests/run-make/raw-dylib-stdcall-ordinal/Makefile index b9deb7729..178c15ab3 100644 --- a/tests/run-make/raw-dylib-stdcall-ordinal/Makefile +++ b/tests/run-make/raw-dylib-stdcall-ordinal/Makefile @@ -3,7 +3,7 @@ # only-x86 # only-windows -include ../../run-make-fulldeps/tools.mk +include ../tools.mk all: $(RUSTC) --crate-type lib --crate-name raw_dylib_test lib.rs |