Closed ferencIOS closed 1 year ago
Hi!
I am trying to generate the libpng static lib. (M1 - 13.2.1 (22D68))
So running -->
xcpkg install iPhoneOS/14.0/arm64/libpng
This error is thrown -->
=>> STEP 28 : install for target [...] CMake Error at CMakeLists.txt:80 (message): PNG_ARM_NEON must be one of [check;on;off]
Thanks in advance.
fixed.
run following commands to obtain the latest version of xcpkg executable and formulas:
./xcpkg upgrade-self ./xcpkg update
Hi!
I am trying to generate the libpng static lib. (M1 - 13.2.1 (22D68))
So running -->
This error is thrown -->
Thanks in advance.