mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
Fix incomplete changes from merge
This commit is contained in:
parent
8ee08a259a
commit
7f7aebca02
2 changed files with 4 additions and 4 deletions
|
|
@ -398,7 +398,7 @@ test_suite_shax$(EXEXT): test_suite_shax.c $(DEP)
|
|||
|
||||
test_suite_ssl$(EXEXT): test_suite_ssl.c $(DEP)
|
||||
echo " CC $<"
|
||||
$(CC) $(CFLAGS) $(OFLAGS) $< $(LDFLAGS) -o $@
|
||||
$(CC) $(LOCAL_CFLAGS) $(CFLAGS) $< $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
|
||||
|
||||
test_suite_x509parse$(EXEXT): test_suite_x509parse.c $(DEP)
|
||||
echo " CC $<"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue