Rev 1027 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1027 | Rev 1048 | ||
|---|---|---|---|
| Line 39... | Line 39... | ||
| 39 | 39 | ||
| 40 | # build |
40 | # build |
| 41 | build: .build-post |
41 | build: .build-post |
| 42 | 42 | ||
| 43 | .build-pre: |
43 | .build-pre: |
| 44 | if test -e src/v8/libv8.a; then \ |
44 | if test -e src/v8/libv8.a && test -e src/v8/libv8_g.a; then \ |
| 45 | echo "Google V8 found"; \ |
45 | echo "Google V8 found"; \ |
| 46 | else \ |
46 | else \ |
| 47 | echo "Google V8 not found, running script..."; \ |
47 | echo "Google V8 not found, running script..."; \ |
| 48 | ./src/fetchV8.sh; \ |
48 | ./src/fetchV8.sh; \ |
| 49 | fi |
49 | fi |