aboutsummaryrefslogtreecommitdiff
path: root/generate-prebuilts.sh
blob: 51c62317b1765b30c58337bcbf623c903eea9f9a (plain)
1
2
3
4
5
6
7
#!/bin/sh
for xml in gl egl; do
	PYTHONDONTWRITEBYTECODE=1 python src/gen_dispatch.py \
		--srcdir $PWD/prebuilt-intermediates/src \
		--includedir $PWD/prebuilt-intermediates/include/epoxy \
		registry/$xml.xml
done