Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2020-04-01 01:20:11 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2020-04-01 01:20:11 +0300
commit4f75dbfa034053476ff3fab354d3a5e8dae3fe4d (patch)
tree16c0617b771bbb8410786744b9e9874d2418d378 /README.md
parentc1aeacde294138b8d599f226e640d7d8f3cdf521 (diff)
[meta] Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e6f8149..43c73371 100644
--- a/README.md
+++ b/README.md
@@ -122,5 +122,5 @@ update-alternatives --config x86_64-w64-mingw32-g++
```
For non debian based distros, make sure that your mingw-w64-gcc cross compiler
does have `--enable-threads=posix` enabled during configure. If your distro does
-ship it's mingw-w64-gcc binary with `--enable-threads=win32` you might have to
+ship its mingw-w64-gcc binary with `--enable-threads=win32` you might have to
recompile locally or open a bug at your distro's bugtracker to ask for it.