mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Require running autogen.sh
This commit is contained in:
parent
210434a9b8
commit
b052dae230
5 changed files with 22 additions and 3 deletions
16
configure
vendored
16
configure
vendored
|
@ -1,16 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
SRCDIR="$(cd $(dirname $0) && pwd)"
|
||||
sed "s#%VPATH%#${SRCDIR}#" ${SRCDIR}/Makefile.in > Makefile
|
||||
|
||||
mkdir -p src/mozjs
|
||||
mkdir -p src/rust-mozjs
|
||||
mkdir -p src/rust-sdl
|
||||
mkdir -p src/rust-azure
|
||||
mkdir -p src/rust-cocoa
|
||||
|
||||
(cd src/mozjs && sh ${SRCDIR}/src/mozjs/js/src/configure)
|
||||
(cd src/rust-mozjs && sh ${SRCDIR}/src/rust-mozjs/configure)
|
||||
(cd src/rust-sdl && sh ${SRCDIR}/src/rust-sdl/configure)
|
||||
(cd src/rust-azure && sh ${SRCDIR}/src/rust-azure/configure)
|
||||
(cd src/rust-cocoa && sh ${SRCDIR}/src/rust-cocoa/configure)
|
Loading…
Add table
Add a link
Reference in a new issue