You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/host/Makefile
+2-2
Original file line number
Diff line number
Diff line change
@@ -371,7 +371,7 @@ else
371
371
LIBSSL = $(LIBSSLFILE)
372
372
endif
373
373
ssl: # download source and build BearSSL
374
-
cd ../../tools/sdk/ssl &&make native$(N32)
374
+
cd ../../tools/sdk/ssl &&$(MAKE) native$(N32)
375
375
376
376
ULIBPATHS = $(shell echo $(ULIBDIRS) | sed 's,:, ,g')
377
377
USERLIBDIRS = $(shell test -z "$(ULIBPATHS)" || for d in $(ULIBPATHS); do for dd in $$d $$d/src $$d/src/libmad; do test -d $$dd && { echo -I$$dd; echo "userlib: using directory '$$dd'" 1>&2; } done; done)
0 commit comments