c47774fd95
Instead of modifying os.environ. This commit also updates some waf tools and fixes the value of includedir in the generated .pc file. Refs: #5042 Change-Id: Idf0481f36664cc085571265747a004655001c0ed
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
prefix=@PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=@INCLUDEDIR@
|
|
|
|
Name: ChronoSync
|
|
Description: NDN ChronoSync library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lChronoSync
|
|
Cflags: -I${includedir}
|