mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
another wild guess at the win bot-only failures
This commit is contained in:
parent
c5c5d9a37e
commit
4cfb8c14dd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user