Added a fix for a make issue

Jonathan Warner 2020-01-12 15:52:59 -07:00
parent f820328bcc
commit 91aa2d333f

@ -68,6 +68,11 @@ Now it's time to build Proton itself:
$ ../proton/configure.sh --steam-runtime64=docker:steam-proton-dev --steam-runtime32=docker:steam-proton-dev32 --steam-runtime=$HOME/steam-runtime/runtime/ --build-name="proton-mybuild"
$ make
If you encounter the error `mutex in namespace std does not name a type`, you will need to do the following (as noted on [Stack Overflow](https://stackoverflow.com/questions/14191566/c-mutex-in-namespace-std-does-not-name-a-type)):
$ cd $(which i686-w64-mingw32-g++)
$ sudo ln -s ./i686-w64-mingw32-g++-posix i686-w64-mingw32-g++
To package Proton after successful build:
$ make dist