1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

another wild guess at the win bot-only failures

This commit is contained in:
Nico Weber 2020-04-02 21:22:15 -04:00
parent c5c5d9a37e
commit 4cfb8c14dd

View File

@ -1457,7 +1457,7 @@ function(configure_lit_site_cfg site_in site_out)
string(CONCAT LIT_SITE_CFG_IN_HEADER "${LIT_SITE_CFG_IN_HEADER}\n\n"
"# Allow generated lit.site.cfg.py to be relocatable.\n"
"def path(p): return os.path.join(os.path.dirname(__file__), p).replace(os.sep, '/') if p else ''\n"
"def path(p): return os.path.normpath(os.path.join(os.path.dirname(__file__), p)).replace(os.sep, '/') if p else ''\n"
)
# Override config_target_triple (and the env)