diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 019c890..74303d4 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -16,7 +16,7 @@ include $(TOP)/Makefile # run local version of tcc with local libraries and includes TCC = ../tcc -B.. -RUN_TCC = $(NATIVE_TARGET) -run ../tcc.c -B.. +RUN_TCC = $(NATIVE_DEFINES) -run ../tcc.c -B.. DISAS=objdump -d all test : $(TESTS) |
