Closed as not planned
Description
Describe the Bug
Whenever I enable the CMake flag -DVPKEDIT_BUILD_LIBC
, I get the following error here. Here is the one for clang.
This is on the latest release 4.1.0.
To Reproduce
#!/bin/bash
git clone --recursive https://github.com/craftablescience/VPKEdit.git
cd VPKEdit
cmake -B build -S ./ -DCMAKE_BUILD_TYPE=Release -DVPKEDIT_BUILD_LIBC=ON
cmake --build build
Operating System
Arch Linux