Remove empty placeholders in pkg-config file

Remove @pkgconfiglibs@ and @pkgconfigcflags@ which were being replaced
with the empty string because these variables were never set anywhere.
This commit is contained in:
Ryan Schmidt 2023-05-21 13:26:39 -05:00
parent f2219b53e2
commit e081c671b2

View File

@ -6,5 +6,5 @@ includedir=@includedir_for_pc_file@
Name: @PROJECT_NAME@
Description: Unsupervised text tokenizer and detokenizer for Neural Network-based text generation.
Version: @PROJECT_VERSION@
Libs: -L${libdir} -lsentencepiece -lsentencepiece_train @libprotobuf_lite@ @pkgconfiglibs@
Cflags: -I${includedir} @pkgconfigcflags@
Libs: -L${libdir} -lsentencepiece -lsentencepiece_train @libprotobuf_lite@
Cflags: -I${includedir}