Sign in
chromium
/
external
/
github.com
/
Mesa3D
/
mesa
/
3a9f6283f435f90ca1a2901be39ec9d629c95bb6
/
.
/
src
/
getopt
/
SConscript
blob: 14cabed4e643e2a3fda09cad7daa24c205377d26 [
file
] [
log
] [
blame
]
Import
(
'*'
)
if
not
env
[
'msvc'
]:
Return
()
env
=
env
.
Clone
()
env
.
Prepend
(
CPPPATH
=
[
'.'
])
getopt
=
env
.
ConvenienceLibrary
(
target
=
'getopt'
,
source
=
[
'getopt_long.c'
],
)
Export
(
'getopt'
)