forked from pool/nodejs-electron
13 lines
299 B
Diff
13 lines
299 B
Diff
|
--- a/build/rust/cargo_crate.gni
|
||
|
+++ b/build/rust/cargo_crate.gni
|
||
|
@@ -5,6 +5,8 @@
|
||
|
import("//build/rust/rust_executable.gni")
|
||
|
import("//build/rust/rust_macro.gni")
|
||
|
import("//build/rust/rust_static_library.gni")
|
||
|
+
|
||
|
+rust_sysroot=""
|
||
|
|
||
|
# This template allows for building Cargo crates within gn.
|
||
|
#
|
||
|
|