Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Follow the steps below to use Automata SGX SDK:

3. Update the `app/Cargo.toml` file as follows.

Explanation for the avaibale options of `package.metadata.sgx`:
Explanation for the available options of `package.metadata.sgx`:
- `path`: (required) Path to the enclave crate.
- `config`: (required) Path to the enclave configuration file.
- `edl`: (required) Path to the enclave EDL file.
Expand Down
2 changes: 1 addition & 1 deletion build-script/src/std_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub fn build_std_app() {
);
// println!("cargo:rerun-if-env-changed=CARGO_BUILD");
// if std::env::var("CARGO_BUILD") != Ok("1".to_owned()) {
// let note = ["set CARGO_BUILD=1 to enable compatibility mode.", "or you can add automata_sgx_builder::enalbe_compatibility_mode(); to the build script."];
// let note = ["set CARGO_BUILD=1 to enable compatibility mode.", "or you can add automata_sgx_builder::enable_compatibility_mode(); to the build script."];
// println!("cargo:warning=NOTICE:\n\nset CARGO_BUILD=1 to enable compatibility mode. \n\n\n", "=".repeat(80));
// }
println!("cargo:rerun-if-changed=compatibility mode");
Expand Down