Skip to content

Commit a5aafe5

Browse files
committed
this
1 parent ca68190 commit a5aafe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ fn build_windows_dll(data: &build_data::Data, name: &str, def_file: &str) {
9696

9797
let status = cmd.status();
9898
assert!(status.unwrap().success());
99+
// link /dll /machine:x86 /DEF:gfx/angle/checkout/src/libEGL/libEGL_autogen.def target\debug\build\mozangle-bc59b197c4abdb9d\out\EGL.lib /OUT:libEGL.dll
99100
}
100101

101102
#[cfg(feature = "egl")]

0 commit comments

Comments
 (0)