Start adding JNA stuff, for now just copied from zlatinb's but I'll need to customize a bit to account for portables

This commit is contained in:
idk
2022-03-19 13:44:29 -04:00
parent d8e7551edb
commit bc36564f5d
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
#! /usr/bin/env sh
JNA_VERSION=5.10.0
export JNA_VERSION=5.10.0
#Comment this out to build from an alternate branch or
# the tip of the master branch.