mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
geckolib: Define JS_DEBUG to fix generation, and fix escape
This commit is contained in:
parent
8b32e63db8
commit
fcbfb4fbd2
1 changed files with 2 additions and 1 deletions
|
@ -65,6 +65,7 @@ fi
|
||||||
-no-type-renaming \
|
-no-type-renaming \
|
||||||
-DMOZILLA_INTERNAL_API \
|
-DMOZILLA_INTERNAL_API \
|
||||||
-DMOZ_STYLO_BINDINGS=1 \
|
-DMOZ_STYLO_BINDINGS=1 \
|
||||||
|
-DJS_DEBUG=1 \
|
||||||
-DDEBUG=1 -DTRACING=1 -DOS_POSIX=1 \
|
-DDEBUG=1 -DTRACING=1 -DOS_POSIX=1 \
|
||||||
-DIMPL_LIBXUL \
|
-DIMPL_LIBXUL \
|
||||||
-match "RefCountType.h" \
|
-match "RefCountType.h" \
|
||||||
|
@ -130,7 +131,7 @@ fi
|
||||||
"$DIST_INCLUDE/nsStyleStruct.h"
|
"$DIST_INCLUDE/nsStyleStruct.h"
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "\e[91warning:\e[0m bindgen exited with nonzero exit status"
|
echo -e "\e[91mwarning:\e[0m bindgen exited with nonzero exit status"
|
||||||
else
|
else
|
||||||
echo -e "\e[34minfo:\e[0m bindgen exited successfully, running tests"
|
echo -e "\e[34minfo:\e[0m bindgen exited successfully, running tests"
|
||||||
TESTS_FILE=$(mktemp)
|
TESTS_FILE=$(mktemp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue