no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / js / src / build / js.pc.in
blob06f70ae8d0db4a03d5eb0f344103f189a6f6827c
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: SpiderMonkey @MOZILLA_VERSION@
7 Description: The Mozilla library for JavaScript
8 Version: @MOZILLA_VERSION@
9 @PKGCONF_REQUIRES_PRIVATE@
10 Libs: -L${libdir} -l@JS_LIBRARY_NAME@
11 # Use -isystem for includes rather than -I, to mark them as "system headers"
12 # that don't generate warning diagnostics. For justification, see
13 # https://bugzilla.mozilla.org/show_bug.cgi?id=1539036
14 Cflags: -isystem ${includedir}/@JS_LIBRARY_NAME@