view test/run-build.sh @ 294:1032015f77ee

- ./configure arch detection support for newer iOS SDK versions (10+)
author Tassilo Philipp
date Wed, 25 Apr 2018 11:10:13 +0200
parents 3e629dc19168
children
line wrap: on
line source

#!/bin/sh
for i in $* ; do
  $i/$i
done