aboutsummaryrefslogtreecommitdiff
path: root/scripts/ue_build_linux/get_ue_toolchain.sh
Commit message (Collapse)AuthorAgeFilesLines
* added default Linux UE toolchain directory (#558)Stefan Boberg2025-10-061-7/+9
| | | | | Instead of forcing user to specify a suitable directory for the UE toolchain, we offer a default which matches what the Github runners use and which is also covered by the root `.gitignore` file
* Update to recent UE toolchain, and link statically against toolchain libc++ ↵Liam Mitchell2025-06-131-11/+1
| | | | and libc++abi
* revive UE toolchain build (#343)Dan Engelbrecht2023-08-221-36/+22
| | | | | | | | | * add comment about 7z usage in xmake bundle * add ue-libcxx lib/headers and licence + tps * update get_ue_toolchain.sh to use embedded libc++ and decouple from p4 * clearer output when falling back to zip from 7z * update ci scripts to use ue toolchain on linux * updated linux build README.md * changelog
* Scripts to acquire and use UE's Linux toolchainMartin Ridgers2023-02-021-0/+64