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 a014ab0 commit 63fbce4Copy full SHA for 63fbce4
Makefile
@@ -96,6 +96,10 @@ sdk_install_pkg: sdk
96
./linux/installer/bin/build-installpkg.sh sdk cve-2020-0551
97
98
psw_install_pkg: psw
99
+ifeq ("$(wildcard ./external/dcap_source/QuoteGeneration/psw/ae/data/prebuilt/libsgx_qe3.signed.so)", "")
100
+ ./external/dcap_source/QuoteGeneration/download_prebuilt.sh
101
+ $(CP) external/dcap_source/QuoteGeneration/psw/ae/data/prebuilt/libsgx_qe3.signed.so $(BUILD_DIR)
102
+endif
103
./linux/installer/bin/build-installpkg.sh psw
104
105
.PHONY: deb_libsgx_ae_qe3
0 commit comments