Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Android event loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Feb 4, 2020
1 parent 71b14d9 commit adbc62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glutin_egl_sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn main() {
],
);

if target.contains("android") || target.contains("ios") {
if target.contains("ios") {
reg.write_bindings(gl_generator::StaticStructGenerator, &mut file)
} else {
reg.write_bindings(gl_generator::StructGenerator, &mut file)
Expand Down

0 comments on commit adbc62d

Please sign in to comment.