Define a flag to let gecko code know it's being run under bindgen.

This is the other side of the handshake in:
https://bugzilla.mozilla.org/show_bug.cgi?id=1289617
This commit is contained in:
Bobby Holley 2016-07-28 16:59:36 -07:00
parent 3401361461
commit eb0edf1813

View file

@ -25,7 +25,7 @@ COMPILATION_TARGETS = {
"-allow-unknown-types", "-no-bitfield-methods",
"-no-type-renaming", "-no-namespaced-constants",
"-DTRACING=1", "-DIMPL_LIBXUL", "-DMOZ_STYLO_BINDINGS=1",
"-DMOZILLA_INTERNAL_API",
"-DMOZILLA_INTERNAL_API", "-DRUST_BINDGEN",
],
"search_dirs": [
"{}/dist/include",