Skip to content

Commit 65e2fa5

Browse files
committed
[gn build] fix get.py change
1 parent 4dcb5c4 commit 65e2fa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/utils/gn/get.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def main():
5050
print(' rm -rf /tmp/gn &&')
5151
print(' pushd /tmp && git clone https://gn.googlesource.com/gn &&')
5252
print(' cd gn && build/gen.py && ninja -C out gn && popd &&')
53-
print(' mkdir -p llvm/utils/gn/bin/mac-arm64 &&')
5453
print(' cp /tmp/gn/out/gn somewhere/on/PATH')
5554
return 1
5655
dirname = os.path.join(os.path.dirname(__file__), 'bin', platform)

0 commit comments

Comments
 (0)