2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-22 13:33:23 +00:00

build: fix check for macos

This commit is contained in:
TorchedSammy 2022-12-11 17:05:06 -04:00
parent 1f8f6aa347
commit faa8f9cf2f
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -3,7 +3,7 @@
version: '3'
vars:
PREFIX: '{{default (eq .OS "darwin" | ternary "/usr/local" "/usr") .PREFIX}}'
PREFIX: '{{default (eq OS "darwin" | ternary "/usr/local" "/usr") .PREFIX}}'
bindir__: '{{.PREFIX}}/bin'
BINDIR: '{{default .bindir__ .BINDIR}}'
libdir__: '{{.PREFIX}}/share/hilbish'