From b79241902fc8b42e88b64bdb5d451a41787f2832 Mon Sep 17 00:00:00 2001 From: Kaz Wolfe Date: Wed, 20 Sep 2023 22:41:07 -0700 Subject: [PATCH] Use multi-platform strategy for Targets - Intelligently choose the default `DalamudLibPath` depending on the building system's OS. - Allow overrides with ``$DALAMUD_HOME` env var. --- targets/Dalamud.Plugin.Bootstrap.targets | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/targets/Dalamud.Plugin.Bootstrap.targets b/targets/Dalamud.Plugin.Bootstrap.targets index c30a5acba..db4bf6cd7 100644 --- a/targets/Dalamud.Plugin.Bootstrap.targets +++ b/targets/Dalamud.Plugin.Bootstrap.targets @@ -1,11 +1,10 @@ - $(appdata)\XIVLauncher\addon\Hooks\dev\ - - - - $(DALAMUD_HOME)/ + $(appdata)\XIVLauncher\addon\Hooks\dev\ + $(HOME)/.xlcore/dalamud/Hooks/dev/ + $(HOME)/Library/Application Support/XIV on Mac/dalamud/Hooks/dev/ + $(DALAMUD_HOME)/