Working on 32-bit linux setup

master
Allen Webster 2020-03-01 15:42:55 -08:00
parent 3a27541ceb
commit 45a10bf124
4 changed files with 8 additions and 10 deletions

5
bin/build-x86-linux.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
./build-linux.sh -DDEV_BUILD_X86

3
bin/build-x86.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
build.bat /DDEV_BUILD_X86

View File

@ -1,5 +0,0 @@
#!/bin/bash
./build.sh -DDEV_BUILD_X86

View File

@ -1,5 +0,0 @@
#!/bin/bash
./build.sh -DDEV_BUILD_X86