We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2a779 commit b2b7ebaCopy full SHA for b2b7eba
QuoteGeneration/buildenv.mk
@@ -67,8 +67,11 @@ SGX_ARCH ?= x64
67
SGX_DEBUG ?= 0
68
69
ifndef _TD_MIGRATION
70
- ifneq ($(MAKECMDGOALS),clean)
+ ifneq ($(origin SGX_SDK),file)
71
include $(SGX_SDK)/buildenv.mk
72
+ else
73
+$(info You may need to set environment variables if the SGX SDK is installed.)
74
+$(info Use a command like 'source /opt/intel/sgxsdk/environment')
75
endif
76
77
0 commit comments