Skip to content

Commit 4bff2b6

Browse files
rolfbjarnemarek-safar
authored andcommitted
[offsets-tool] Install clang into the user-specific python directory.
Because the system location isn't world writeable on Catalina.
1 parent 81894ec commit 4bff2b6

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)