You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/contrib/windows.sh

15 lines
254 B
Bash

#!/bin/bash
#
# helper script for me for when i cross compile for windows
# t. jeff
#
set -e
set +x
root="$(readlink -f $(dirname $0)/../)"
cd "$root"
./contrib/windows-configure.sh . build-windows $@
make package -j${JOBS:-$(nproc)} -C build-windows