README: Fix a typo

This commit is contained in:
Mike Wang
2025-02-16 23:22:59 +08:00
committed by hev
parent a82955db29
commit 84d8cd8ee8

View File

@@ -31,7 +31,7 @@ ndk-build
# windows (msys2)
export MSYS=winsymlinks:native
git clone --recursive https://github.com/heiher/natmap.git jni
git clone --recursive https://github.com/heiher/natmap.git
cd natmap
make LFLAGS="-lmsys-2.0 -lws2_32"
```