1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

[gn build] fix get.py change

This commit is contained in:
Nico Weber 2021-01-26 19:20:23 -05:00
parent 5eefc4a62f
commit 696b1678eb

View File

@ -50,7 +50,6 @@ def main():
print(' rm -rf /tmp/gn &&')
print(' pushd /tmp && git clone https://gn.googlesource.com/gn &&')
print(' cd gn && build/gen.py && ninja -C out gn && popd &&')
print(' mkdir -p llvm/utils/gn/bin/mac-arm64 &&')
print(' cp /tmp/gn/out/gn somewhere/on/PATH')
return 1
dirname = os.path.join(os.path.dirname(__file__), 'bin', platform)