Buckle up.

master
Allen Webster 2020-03-01 15:46:44 -08:00
parent 45a10bf124
commit f2de0c71c3
1 changed files with 3 additions and 1 deletions

4
bin/build-x86-linux.sh Normal file → Executable file
View File

@ -1,5 +1,7 @@
#!/bin/bash
./build-linux.sh -DDEV_BUILD_X86
ME="$(readlink -f "$0")"
LOCATION="$(dirname "$ME")"
$LOCATION/build-linux.sh -DDEV_BUILD_X86