From bc4ea590e019a3fb11069797991e8cc5f86e127f Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 1 Sep 2024 20:56:37 +0200 Subject: prettier --- content/posts/2018-08-01-dxvk-gentoo.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'content/posts/2018-08-01-dxvk-gentoo.md') diff --git a/content/posts/2018-08-01-dxvk-gentoo.md b/content/posts/2018-08-01-dxvk-gentoo.md index 93b554b..d0aec93 100644 --- a/content/posts/2018-08-01-dxvk-gentoo.md +++ b/content/posts/2018-08-01-dxvk-gentoo.md @@ -2,9 +2,9 @@ layout: post title: Building DXVK's DLLs on Gentoo tags: -- wine -- dxvk -- gentoo + - wine + - dxvk + - gentoo TocOpen: true ShowToc: true @@ -58,8 +58,8 @@ cross-x86_64-w64-mingw32/mingw64-runtime libraries ``` Rebuild `mingw64-runtime` and `gcc`. Order matters, `mingw64-runtime` with -`libraries` provides `pthreads.h` and other stuff that's required to compile -GCC with the POSIX thread model. +`libraries` provides `pthreads.h` and other stuff that's required to compile GCC +with the POSIX thread model. ``` emerge -1 cross-i686-w64-mingw32/mingw64-runtime cross-x86_64-w64-mingw32/mingw64-runtime -- cgit v1.2.3