Skip to content

Commit

Permalink
Work around deprecated API when packaging for magicleap
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Apr 25, 2019
1 parent 82fcab3 commit 73a874f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions support/magicleap/Servo2D/Servo2D.mabu
Expand Up @@ -21,6 +21,10 @@ SHLIBS = \
log \
z

# https://github.com/servo/servo/issues/23267
CXXFLAGS = \
-Wno-deprecated

USES = \
lumin_runtime \
code/srcsGen

0 comments on commit 73a874f

Please sign in to comment.