mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Work around deprecated API when packaging for magicleap
This commit is contained in:
parent
82fcab38a4
commit
73a874f742
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ SHLIBS = \
|
||||||
log \
|
log \
|
||||||
z
|
z
|
||||||
|
|
||||||
|
# https://github.com/servo/servo/issues/23267
|
||||||
|
CXXFLAGS = \
|
||||||
|
-Wno-deprecated
|
||||||
|
|
||||||
USES = \
|
USES = \
|
||||||
lumin_runtime \
|
lumin_runtime \
|
||||||
code/srcsGen
|
code/srcsGen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue