mirror of
https://github.com/servo/servo.git
synced 2025-06-04 07:35:36 +00:00
* script: Move Reflector to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Extract global() helper from DomObject into new trait. Move DomObject and related traits to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
36 lines
823 B
TOML
36 lines
823 B
TOML
[target.aarch64-linux-android]
|
|
linker = "aarch64-linux-android30-clang"
|
|
|
|
[target.armv7-linux-androideabi]
|
|
linker = "armv7a-linux-androideabi30-clang"
|
|
|
|
[target.armv-linux-androideabi]
|
|
linker = "armv7a-linux-androideabi30-clang"
|
|
|
|
[target.i686-linux-android]
|
|
linker = "i686-linux-android30-clang"
|
|
|
|
[target.x86_64-linux-android]
|
|
linker = "x86_64-linux-android30-clang"
|
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
linker = "lld-link.exe"
|
|
|
|
[target.x86_64-uwp-windows-msvc]
|
|
linker = "lld-link.exe"
|
|
|
|
[target.i686-pc-windows-msvc]
|
|
linker = "lld-link.exe"
|
|
|
|
[target.aarch64-pc-windows-msvc]
|
|
linker = "lld-link.exe"
|
|
|
|
[target.aarch64-uwp-windows-msvc]
|
|
linker = "lld-link.exe"
|
|
|
|
[env]
|
|
MACOSX_DEPLOYMENT_TARGET = "13.0"
|
|
RUSTC_BOOTSTRAP = "crown,script,script_bindings,style_tests,mozjs,mozjs_sys"
|
|
|
|
[build]
|
|
rustdocflags = ["--document-private-items"]
|