diff --git a/doc/LLGO Migration for C C++ Third-Party Libraries.md b/doc/LLGO Migration for C C++ Third-Party Libraries.md index dd5c702b..07248195 100644 --- a/doc/LLGO Migration for C C++ Third-Party Libraries.md +++ b/doc/LLGO Migration for C C++ Third-Party Libraries.md @@ -267,7 +267,7 @@ Since the inih library does not have C++ style ordinary functions, we'll use an Ordinary functions can be directly linked using the corresponding symbol in the dylib. Translate C++ symbols to readable form in the dylib directory. ```bash -nm -gU $(brew --prefix inih)/lib/libINIReader.dylib -> output.txt +nm -gU $(brew --prefix inih)/lib/libINIReader.dylib > output.txt c++filt symbol.txt ```