# This is shared code for building GN.
cd $MOZ_FETCHES_DIR/gn
if test -n "$MAC_CROSS"; then
python3 build/gen.py --platform darwin --no-last-commit-position --allow-warnings else
python3 build/gen.py --no-last-commit-position --allow-warnings fi
# At this point, the resulting binary is at: # $WORKSPACE/out/Release/gn if test "$MAC_CROSS" = "" -a "$(uname)" = "Linux"; then
strip out/gn fi cp out/gn $STAGE
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.