blob: 51e7f1f31fa8f9ac8b194da3e88e6f40179cb68f [file] [log] [blame]
import("//llvm/utils/gn/build/libs/pthread/enable.gni")
config("pthread_config") {
visibility = [ ":pthread" ]
libs = [ "pthread" ]
}
group("pthread") {
if (llvm_enable_threads && host_os != "win") {
public_configs = [ ":pthread_config" ]
}
}