MCPcopy Create free account
hub / github.com/Tencent/phxsql / Check3rdPath

Function Check3rdPath

tools/check_install.py:64–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 os.mkdir( extlib_dir )
63
64def Check3rdPath():
65 for lib in third_party_list:
66 path_list=GetPathPrefix(lib)
67 for path in path_list:
68 if( not os.path.exists( path[1] ) ):
69 print "%s not found" % path[1]
70 print "please make sure %s has been placed on the third party directory" % lib
71 exit(1)
72
73def CheckProtobufVersion():
74 protobuf_bin_path = base_dir + "/third_party/protobuf/bin"

Callers 1

check_install.pyFile · 0.85

Calls 1

GetPathPrefixFunction · 0.85

Tested by

no test coverage detected