mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-08-02 10:31:39 +03:00
Small correction
parent
91aa2d333f
commit
846b720614
@ -70,7 +70,7 @@ Now it's time to build Proton itself:
|
|||||||
|
|
||||||
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)):
|
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++)
|
$ cd $(dirname $(which i686-w64-mingw32-g++))
|
||||||
$ sudo ln -s ./i686-w64-mingw32-g++-posix i686-w64-mingw32-g++
|
$ sudo ln -s ./i686-w64-mingw32-g++-posix i686-w64-mingw32-g++
|
||||||
|
|
||||||
To package Proton after successful build:
|
To package Proton after successful build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user