From 896081ce9cff7a5279de27543a81cd21b96ecec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Stensg=C3=A5rd?= Date: Tue, 23 Apr 2024 20:00:46 +0200 Subject: build for openbsd/amd64 I tested this on my machine which runs OpenBSD 7.5. --- build-openbsd.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 build-openbsd.sh (limited to 'build-openbsd.sh') diff --git a/build-openbsd.sh b/build-openbsd.sh new file mode 100755 index 0000000..09c021f --- /dev/null +++ b/build-openbsd.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +set -xe + +gnatmake -f -O3 -Wall -Wextra -gnat2012 -o eepers-openbsd eepers.adb -bargs -static -largs -L./raylib/raylib-5.0_openbsd_amd64/lib/ -l:libraylib.a -lm -pthread +./eepers-openbsd -- cgit v1.2.3