mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
14 lines
146 B
Plaintext
14 lines
146 B
Plaintext
if (is_win) {
|
|
sources = [
|
|
"win.cc",
|
|
]
|
|
} else if (is_linux) {
|
|
sources = [
|
|
"linux.cc",
|
|
]
|
|
} else {
|
|
sources = [
|
|
"wha.cc",
|
|
]
|
|
}
|