Skip to content

Commit

Permalink
Fix typo of windows target name in docs (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin authored May 28, 2024
1 parent 0e3798d commit 9c80deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Check out [this example](android_examples/raster_tiles/README.md) to run Galileo
Install the target:

```shell
rustup target add x86_64-px-window-gnu
rustup target add x86_64-pc-windows-gnu
```

Install cross-linker. For Debian/Ubuntu:
Expand All @@ -139,7 +139,7 @@ sudo apt-get install mingw-w64
And then build it:

```shell
cargo build --target x86_64-px-windows-gnu
cargo build --target x86_64-pc-windows-gnu
```

# Sponsoring
Expand Down

0 comments on commit 9c80deb

Please sign in to comment.