You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can not update gfx/angle as the README said in section Updating Angle. Execute python3 generate_build_data.py gives error following:
Traceback (most recent call last):
File "/Users/kai/projects/mozangle/generate_build_data.py", line 104, in
run()
File "/Users/kai/projects/mozangle/generate_build_data.py", line 20, in run
parse_lib(ANGLE, data[lib], ".common")
File "/Users/kai/projects/mozangle/generate_build_data.py", line 43, in parse_lib
exec(code, env, env)
File "/Users/kai/projects/mozangle/gfx/angle/moz.build.common", line 3, in
if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'):
KeyError: 'CC_TYPE'
The text was updated successfully, but these errors were encountered:
I have tried fix the generate_build_data.py (probably messed up, because i don't know what i am really doing...), finally I found that the newest gfx/angle have a directory called libANGLE, and the build script will include a file from that directory. Just think the README may need a update
I can not update gfx/angle as the README said in section
Updating Angle
. Executepython3 generate_build_data.py
gives error following:The text was updated successfully, but these errors were encountered: