Commit Diff


commit - a177ec69bf8b2150728238f48c95ceb156f5f511
commit + 957398bd86a43bde50468b64145b9e1c9418a5c2
blob - ce5ae5f15a2c8d158e192d8de508c637384973a5
blob + 4a0884a6d2813700b369e34169ee83d790b08d86
--- etc/common/mykshrc
+++ etc/common/mykshrc
@@ -66,7 +66,7 @@ if [ "$(uname)" = "OpenBSD" ]; then
 	set -A complete_vmctl_1 -- console create pause reload start status stop unpause wait
 	set -A complete_vmctl -- $(vmctl status | awk '!/NAME/{print $NF}')
 
-	export LIBCLANG_PATH="/usr/local/llvm16"
+	export LIBCLANG_PATH="/usr/local/llvm16/lib"
 fi
 
 if [ "$(uname)" = "OpenBSD" ] || [ "$(uname)" = "FreeBSD" ]; then