diff options
Diffstat (limited to 'tests/run-make/c-unwind-abi-catch-panic/Makefile')
-rw-r--r-- | tests/run-make/c-unwind-abi-catch-panic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/c-unwind-abi-catch-panic/Makefile b/tests/run-make/c-unwind-abi-catch-panic/Makefile index 4398ac2ee..1760ddb30 100644 --- a/tests/run-make/c-unwind-abi-catch-panic/Makefile +++ b/tests/run-make/c-unwind-abi-catch-panic/Makefile @@ -1,4 +1,5 @@ # ignore-cross-compile +# needs-unwind include ../tools.mk all: $(call NATIVE_STATICLIB,add) |