Skip to content

Commit 55fe199

Browse files
committed
Added missing prerequisites for sortcheckxx.
1 parent 9b71894 commit 55fe199

File tree

1 file changed

+2
-0
lines changed
  • examples/sortcheckxx/hooks

1 file changed

+2
-0
lines changed

examples/sortcheckxx/hooks/start

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh -eux
22

3+
apt-get -y install llvm-dev libclang-dev
4+
35
# Quick verification
46
apt-get -y install file
57
file -L `which cc` | grep 'POSIX shell script'

0 commit comments

Comments
 (0)