mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Remove flatbuffers.pc from the repository (#6508)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -144,3 +144,4 @@ yarn-error.log
|
||||
**/vendor
|
||||
**/go.sum
|
||||
/tests/**/*.js
|
||||
flatbuffers.pc
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: FlatBuffers
|
||||
Description: Memory Efficient Serialization Library
|
||||
Version: 1.12.0
|
||||
|
||||
Libs: -L${libdir} -lflatbuffers
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user