On Sun Dec 14 07:12:34 2025 +0000, Konstantin Demin wrote:
In that case, you'd copy skiplists to your build directory: build/tools/lto-skip.* ```sh mkdir -p build/tools for i in tools/lto-skip.* ; do ln -s "$PWD/$i" ./build/tools/ done ``` Yep I tried that one as well before ending up on manually adding to the Makefile.in's. I copied the list files to the build directories in their root and in their tools folders that were autogenerated to no avail. I also tried copying to the root of where I was building and under a tools folder which did not work. I was compiling from a different directory then the standard build dir, while not being in the directories themselves. I shouldn't have to do any of this manual copying anyways even if it had worked.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7111#note_125587