mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
279 B
Bash
Executable File
14 lines
279 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Install our generator
|
|
cp dump_mozbuild.py trunk/third_party/externals/gyp/pylib/gyp/generator
|
|
|
|
# pushd trunk
|
|
# for OS in win linux mac; do
|
|
# GYP_GENERATORS=dump_mozbuild ./gyp_skia -D OS=$OS -D arm_neon=0 gyp/effects.gyp
|
|
# done
|
|
# popd
|
|
|
|
./generate_mozbuild.py
|
|
|