mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 05:42:18 +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
|
**/vendor
|
||||||
**/go.sum
|
**/go.sum
|
||||||
/tests/**/*.js
|
/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