Skip to content

Commit

Permalink
fixed typo as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Cannizzo committed Feb 12, 2024
1 parent 550cc02 commit 2b0ea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FFI wrapper for iotics-identity-go
With `make` installed you can compile for the current platform with
`make compile`. The script will detect the OS and ARCH and build for your system.

If you want to override the target os (the `GOOS` variable), define `$OS_FLAG` to the desired value.
If you want to override the target OS (the `GOOS` variable), define `$OS_FLAG` to the desired value.
For example if you want to compile for an iOS target run
`env OS_FLAG=ios make compile`

Expand Down

0 comments on commit 2b0ea9c

Please sign in to comment.