Lines Matching refs:path
19 script_dir = os.path.split(os.path.realpath(sys.argv[0]))[0]
109 if os.path.isfile("tempconfig") and not os.path.isfile("LibeventConfig.cmake"):
114 if os.path.isfile("tempconfig"):
116 if os.path.isfile("LibeventConfig.cmake"):
120 shutil.rmtree(os.path.join(script_dir, "build"), ignore_errors=True)
125 if not os.path.isdir("build"):
156 dllpath = os.path.join(working_dir, "bin", "Debug")
169 dllpath = os.path.join(prefix, "lib")
175 os.environ["CMAKE_PREFIX_PATH"] = os.path.join(prefix, "lib/cmake/libevent")
191 os.environ["CMAKE_PREFIX_PATH"] = os.path.join(tempdir.name, "lib/cmake/libevent")
192 dllpath = os.path.join(tempdir.name, "lib")