Skip to content

Commit d8a57a4

Browse files
authored
Update build script (#180)
1 parent 92e40cc commit d8a57a4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Diff for: phper/build.rs

+1-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@
1111
use phper_sys::*;
1212

1313
fn main() {
14-
phper_build::register_configures();
15-
16-
#[cfg(target_os = "macos")]
17-
{
18-
println!("cargo:rustc-link-arg=-undefined");
19-
println!("cargo:rustc-link-arg=dynamic_lookup");
20-
}
14+
phper_build::register_all();
2115

2216
assert_eq!(
2317
USING_ZTS, 0,

0 commit comments

Comments
 (0)