Skip to content

Commit 8069797

Browse files
authored
Fix ARMv7 build script
1 parent 47392b3 commit 8069797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inline_hook/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ fn main() {
77
} else if target == "armv7-linux-androideabi" {
88
cc::Build::new()
99
.file("beatsaber-hook/src/inline-hook/inlineHook.c")
10+
.include("beatsaber-hook/shared/inline-hook")
1011
.compile("inline_hook");
1112
}
1213
}

0 commit comments

Comments
 (0)