Skip to content

Commit

Permalink
Fix capitalization of opengl autogen folder name.
Browse files Browse the repository at this point in the history
This caused linux to fail to autogenerate the entry points.

BUG=angleproject:3611

Change-Id: Ia383ed134b1a4ecbcd5e03dca365cd21b8660ffe
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1690680
Reviewed-by: Jamie Madill <[email protected]>
  • Loading branch information
vonture committed Jul 8, 2019
1 parent 3bd10b1 commit 25b84f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/generate_entry_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@ def main():
everything = "Khronos and ANGLE XML files"
write_windows_def_file(everything, "libGLESv2", "libGLESv2", libgles_ep_exports)
write_windows_def_file(everything, "libGLESv2_with_capture", "libGLESv2", libgles_ep_exports)
write_windows_def_file(everything, "openGL32", "opengl32", opengl32_ep_exports)
write_windows_def_file(everything, "openGL32", "openGL32", opengl32_ep_exports)

all_gles_param_types = sorted(all_gles_param_types)
write_capture_helper_header(all_gles_param_types)
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_code_generation_hashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"GL/EGL entry points:scripts/entry_point_packed_gl_enums.json":
"08665ca9ebf22fa759c1ce0e965a200d",
"GL/EGL entry points:scripts/generate_entry_points.py":
"e95e7253633f4f95eef28e9b07eaf458",
"b19e7ebed619b1a41702849c1d741e0d",
"GL/EGL entry points:scripts/gl.xml":
"b470cb06b06cbbe7adb2c8129ec85708",
"GL/EGL entry points:scripts/gl_angle_ext.xml":
Expand Down

0 comments on commit 25b84f3

Please sign in to comment.