mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-13 03:02:47 +00:00
![Ryan Houdek](/assets/img/avatar_default.png)
cmake will bake in the environment variable in to the build scripts. Instead have the guest_test_runner fetch it at runtime. This means if you forget to set ROOTFS prior to running cmake, you can now set it afterwards and rerun with just ctest instead of a cmake dance. Fixes #315