mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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 \
|
||||
z
|
||||
|
||||
# https://github.com/servo/servo/issues/23267
|
||||
CXXFLAGS = \
|
||||
-Wno-deprecated
|
||||
|
||||
USES = \
|
||||
lumin_runtime \
|
||||
code/srcsGen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue