Leviathan 2 年之前
父节点
当前提交
3eaa47231a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -85,7 +85,7 @@ The following directives should work for all systems, for the case where the lib
 "lflags-osx" : ["-rpath", "@executable_path/"],
 ```
 
-The `lflags-posix` and `lflags-osx` lines are unnecessary if your library is copied to `/usr/lcoal/lib`
+The `lflags-posix` and `lflags-osx` lines are unnecessary if your library is copied to `/usr/local/lib`
 
 The `-rpath` flags allow the system to load the library from the local directory without using environment variables.