Newer
Older
Import / research / embedded / configure
@John John on 29 Dec 2020 201 bytes bulk import from macbookpro checkouts
#!/bin/bash


echo "Configure needs implementing"

if [ `uname` == "Darwin" ]
then
  echo "MacOSX"
  cp configs/x64-macosx.conf ./.config
else
  echo "Linux"
  cp configs/x86-linux.conf ./.config
fi