1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/utils/gn/build/sysroot.gni
Nico Weber db7dbe9e8d [gn build] make WindowsManifestMerger.cpp build fine with sysroot
This already works in the cmake build.

Differential Revision: https://reviews.llvm.org/D96889
2021-02-17 15:03:46 -05:00

5 lines
62 B
Plaintext

declare_args() {
# Path of sysroot to use.
sysroot = ""
}