Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为 ios 构建 skia 库。
xcode 项目生成命令GYP_DEFINES="skia_os='ios' skia_arch_type='arm' armv7=1 arm_neon=0" ./gyp_skia总是返回GYP_GENERATORS environment variable not set, using default,这是否意味着未设置配置变量?
GYP_DEFINES="skia_os='ios' skia_arch_type='arm' armv7=1 arm_neon=0" ./gyp_skia
GYP_GENERATORS environment variable not set, using default
另外,如何添加 arm64 支持?我试过skia_arch_type='arm64'了,似乎没有办法。
skia_arch_type='arm64'
没有按应有的方式扩展