New comment by chrysos349 on void-packages repository https://github.com/void-linux/void-packages/pull/48030#issuecomment-1874765705 Comment: @MIvanchev add to your template ``` post_patch() { vsed -i src/app/CMakeLists.txt -e 's|${CMAKE_BINARY_DIR}/bin/gen|${CMAKE_CROSSCOMPILING_EMULATOR} &|g' } ```