Diff

Differences From Artifact [0d9128dc93]:

To Artifact [574316b038]:


1
2
3
4
5
6
7
8
#! /bin/bash

cd "$(dirname "$(which "$0")")/.." || exit 1

# Generate configure script
./build/autogen.sh

# Download TCC
|







1
2
3
4
5
6
7
8
#! /usr/bin/env bash

cd "$(dirname "$(which "$0")")/.." || exit 1

# Generate configure script
./build/autogen.sh

# Download TCC