From 2ea212c9a56ec284e4b290b2ffe7dc799708037e Mon Sep 17 00:00:00 2001 From: zhangws Date: Thu, 17 Jan 2019 17:48:44 +0800 Subject: [PATCH] update --- smart-contract/compile-contract.md | 1 + 1 file changed, 1 insertion(+) diff --git a/smart-contract/compile-contract.md b/smart-contract/compile-contract.md index e63aa42..f7aeb69 100644 --- a/smart-contract/compile-contract.md +++ b/smart-contract/compile-contract.md @@ -13,6 +13,7 @@ wget https://raw.githubusercontent.com/go-clang/gen/master/scripts/switch-clang- /bin/bash ./switch-clang-version.sh 5.0 +//使用绝对路径进行软链接 sudo ln -s /usr/lib/llvm-5.0/lib/libclang*so /usr/lib/ ```