Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This isn't needed for TrackHat as we switched to a different method.
|
|
|
|
|
|
|
|
|
|
|
|
exporting an EVN-Variable OTR_OSX_ARCH=arm64
I build with after cloning the repo
cd opentrack
export OTR_OSX_ARCH=arm64 ; cmake --toolchain ./cmake/apple.cmake -S . -B build
cd build
make install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Incremental LTO broke Wii again.
|
|
|
|
|
|
|
|
Based on a patch by @dlpierce
Fixes #1603
|
|
|
|
|
|
|
|
|
|
Issue: #1554
|
|
|
|
It was messing up my zsh tab completion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|