소스 검색

Merge branch 'schveiguy:master' into patch-3

Leviathan 2 년 전
부모
커밋
6fe5bce5a6
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.