Skip to content

Commit c11985e

Browse files
authored
Update buildenv.mk
Remove unnecessary space character. Signed-off-by: Zhang Lili <lili.z.zhang@intel.com>
1 parent bb3d1a5 commit c11985e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildenv.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ USE_MATH_LIB ?= 1
268268

269269
ifeq ($(USE_OPT_LIBS), 0)
270270
# SGXSSL + open sourced string + open sourced math
271-
USE_CRYPTO_LIB := 0
271+
USE_CRYPTO_LIB := 0
272272
USE_MATH_LIB := 1
273273
USE_STRING_LIB := 1
274274
else ifeq ($(USE_OPT_LIBS), 2)

0 commit comments

Comments
 (0)