Home
last modified time | relevance | path

Searched refs:ExtraLibs (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dmakesetup94 ExtraLibs="-L$ExtraLibDir -lpython\$(VERSION)";;
241 rule="$rule; \$(BLDSHARED) $objs $libs $ExtraLibs -o $file"
/external/python/cpython3/Modules/
Dmakesetup97 ExtraLibs="-L$ExtraLibDir -lpython\$(LDVERSION)";;
251 rule="$rule; \$(BLDSHARED) $objs $libs $ExtraLibs -o $file"