mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 942377 - Fix check_mkdir.tpy with mozmake. r=mshal
This commit is contained in:
parent
a4d185c026
commit
6059244856
@ -98,8 +98,8 @@ def checkMkdir(work, debug=False):
|
||||
|
||||
logging.debug("Testing: checkMkdir")
|
||||
|
||||
# On Windows + Pymake, don't convert paths to POSIX
|
||||
skipposix = sys.platform == "win32" and os.environ.get(".PYMAKE") == "1"
|
||||
# On Windows, don't convert paths to POSIX
|
||||
skipposix = sys.platform == "win32"
|
||||
if skipposix:
|
||||
path = os.path.abspath(__file__)
|
||||
dirname_fun = os.path.dirname
|
||||
|
Loading…
Reference in New Issue
Block a user