BeQuic
BeQuic copied to clipboard
ERROR at //net/BUILD.gn:19:6: Undefined identifier
运行:gn gen out/linux_release_x64_notcmalloc --args="is_debug=false is_component_build=false target_os="linux" target_cpu="x64" use_allocator="none""
报错: ERROR at //net/BUILD.gn:19:6: Undefined identifier
遇到了同样的问题,感觉不是很清晰
你们有解决吗
需要转义双引号:
gn gen out/linux_release_x64_notcmalloc --args="is_debug=false is_component_build=false target_os=\"linux\" target_cpu=\"x64\" use_allocator=\"none\""