Skip to content

Commit a925846

Browse files
rolfbjarnelewurm
authored andcommitted
[offsets-tool] Install clang into the user-specific python directory. (#16933)
Because the system location isn't world writeable on Catalina.
1 parent fe64a47 commit a925846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/offsets-tool-py/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
setup:
2-
pip3 install clang
2+
pip3 install --user clang
33

0 commit comments

Comments
 (0)