comparison scripts/build-luan.sh @ 1787:aed284cae1f0

fix msys2 build
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 12 Dec 2023 19:15:29 -0700
parents 224af797b1f9
children
comparison
equal deleted inserted replaced
1786:bda4ec615c5b 1787:aed284cae1f0
1 #!/bin/bash
2
1 set -e 3 set -e
2 4
3 cd `dirname $0`/.. 5 cd `dirname $0`/..
4 LUANHOME=`pwd` 6 LUANHOME=`pwd`
5 7