Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
larryk85 authored Sep 5, 2018
1 parent 7e22c08 commit 58c4ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public:
void testact( account_name test ) {
}
};
EOSIO_ABI( test, (test_action))
EOSIO_ABI( test, (testact))
```

Since, EosioWasmToolchain overwrites `cmake` to cross-compile WASM, standard cmake commands of _add\_executable/ add\_library_ can then be used. Also note, the __EOSIO_CDT_ROOT__ variable, this needs to be set if you decided to install to the non-default location.
Expand Down

0 comments on commit 58c4ce2

Please sign in to comment.