Home
last modified time | relevance | path

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

/dports/net-mgmt/seafile-client/seafile-7.0.9/scripts/build/
H A Dbuild-msi.py71 def to_mingw_path(path): function
248 tarball = to_mingw_path(self.src_tarball)
277 'sh ./configure --prefix=%s --disable-compile-demo' % to_mingw_path(self.prefix),
291 'sh ./configure %s --prefix=%s' % (enable_breakpad, to_mingw_path(self.prefix)),
318 'CMAKE_INSTALL_PREFIX': to_mingw_path(self.prefix),
322 ….upper(): '-L%s' % (os.path.join(seafile_prefix, 'lib') if ninja else to_mingw_path(os.path.join(s…
601 '-I%s' % to_mingw_path(os.path.join(prefix, 'include')),
615 '-L%s' % to_mingw_path(os.path.join(prefix, 'lib')),
/dports/net-mgmt/seafile-client/seafile-7.0.9/
H A Dsetupwin.py40 def to_mingw_path(path): function