mirror of
https://github.com/servo/servo.git
synced 2025-10-10 13:30:20 +01:00
12 lines
261 B
Text
12 lines
261 B
Text
USES = \
|
|
scenes \
|
|
pipeline/cache/AssetManifest
|
|
|
|
DATAS = \
|
|
fonts.xml : etc/fonts.xml
|
|
|
|
REFS = Servo2D
|
|
|
|
# Servo SEGVs if we don't set the debuggable flag in the mpk's taildata
|
|
# https://github.com/servo/servo/issues/22188
|
|
OPTIONS=package/debuggable/on
|