Merge "create_snapshot: Build the binary as static" into main
This commit is contained in:
commit
c398bfd879
1 changed files with 2 additions and 0 deletions
|
@ -503,6 +503,8 @@ cc_binary {
|
|||
enabled: false,
|
||||
},
|
||||
},
|
||||
stl: "libc++_static",
|
||||
static_executable: true,
|
||||
}
|
||||
|
||||
python_library_host {
|
||||
|
|
Loading…
Reference in a new issue