mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-05 22:16:55 +00:00
228aed98c7
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