OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deptarget
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py
460
deptarget
= sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET')
461
if
deptarget
:
463
deptarget
= [int(x) for x in
deptarget
.split('.')]
464
deptarget
[-1] += 1
465
deptarget
= '.'.join(str(i) for i in
deptarget
)
466
self._try_compile_deployment_target('<',
deptarget
)
499
'
deptarget
',
504
'name': '
deptarget
',
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py
460
deptarget
= sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET')
461
if
deptarget
:
463
deptarget
= [int(x) for x in
deptarget
.split('.')]
464
deptarget
[-1] += 1
465
deptarget
= '.'.join(str(i) for i in
deptarget
)
466
self._try_compile_deployment_target('<',
deptarget
)
499
'
deptarget
',
504
'name': '
deptarget
',
[
all
...]
Completed in 24 milliseconds