openbsd: support structuredAttrs in setup hook

Tested openbsd.lorder with and without __structuredAttrs.
This commit is contained in:
Wolfgang Walther
2024-09-08 22:11:10 +02:00
parent c3470fdfb7
commit 9e836fddfe
@@ -1,6 +1,6 @@
addOpenBSDMakeFlags() {
makeFlags="INCSDIR=${!outputDev}/include $makeFlags"
makeFlags="MANDIR=${!outputMan}/share/man $makeFlags"
prependToVar makeFlags "INCSDIR=${!outputDev}/include"
prependToVar makeFlags "MANDIR=${!outputMan}/share/man"
}
fixOpenBSDInstallDirs() {