Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bholley committed Jul 28, 2016
1 parent 3401361 commit eb0edf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/geckolib/gecko_bindings/tools/regen.py
Expand Up @@ -25,7 +25,7 @@
"-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",
Expand Down

0 comments on commit eb0edf1

Please sign in to comment.