Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/wx/packaging/
Dbuild-mac-installer.py113 wxpythonroot = installroot + sitepackages variable
119 if not os.path.exists(wxpythonroot):
120 os.makedirs(wxpythonroot)
125 shutil.copy(afile, wxpythonroot)
128 dylib_path = os.path.join(wxpythonroot, "libwxwebkit.dylib")
131 mac_update_dependencies(os.path.join(wxpythonroot, "_webview.so"), prefix)