toolchain-fix

This commit is contained in:
lizzie 2026-01-03 21:13:42 +00:00
parent 77feee7a7b
commit 4e9764f42a
3 changed files with 63 additions and 0 deletions

View file

@ -11,6 +11,7 @@
- [NetBSD](#netbsd)
- [MSYS2](#msys2)
- [RedoxOS](#redoxos)
- [PlayStation 4](#playstation-4)
- [Windows](#windows)
- [Windows 7, Windows 8 and Windows 8.1](#windows-7-windows-8-and-windows-81)
- [Windows Vista and below](#windows-vista-and-below)
@ -220,6 +221,13 @@ The package install may randomly hang at times, in which case it has to be resta
When CMake invokes certain file syscalls - it may sometimes cause crashes or corruptions on the (kernel?) address space - so reboot the system if there is a "hang" in CMake.
## PlayStation 4
```sh
export OO_PS4_TOOLCHAIN="$HOME/OpenOrbis/PS4Toolchain"
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
```
## Windows
### Windows 7, Windows 8 and Windows 8.1