mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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:
parent
3401361461
commit
eb0edf1813
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue