From 9c80deba628fa311514132d72a6c9fc30e330a18 Mon Sep 17 00:00:00 2001 From: Kyler Chin Date: Tue, 28 May 2024 01:50:47 -0700 Subject: [PATCH] Fix typo of windows target name in docs (#72) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 035f954..83b9bd1 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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