Huber
Results
1
comments of
Huber
For me the reason this failed on my MBP with M3 chip was these lines. ``` add_custom_command( OUTPUT "${TARGET_PATH}" COMMAND ${CMAKE_COMMAND} -E env CFLAGS=${core_cflags} CXXFLAGS=${core_cxxflags} LDFLAGS=${core_ldflags} $(MAKE) -f ${makefile} CC="${CMAKE_C_COMPILER}"...