From b4e9731dfbab3c95cc6ba2a5b9bfca091eb8bde8 Mon Sep 17 00:00:00 2001 From: Sasha Szpakowski Date: Thu, 29 Dec 2022 10:27:52 -0400 Subject: [PATCH] Add LOVE_EXPORT to a couple macOS functions called from the exe. --- src/common/macosx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/macosx.h b/src/common/macosx.h index ff94eef42..37c2c1676 100644 --- a/src/common/macosx.h +++ b/src/common/macosx.h @@ -37,13 +37,13 @@ namespace macosx * in the main bundle (love.app.) * Returns an empty string if no love file is found. **/ -std::string getLoveInResources(); +LOVE_EXPORT std::string getLoveInResources(); /** * Checks for drop-file events. Returns the filepath if an event occurred, or * an empty string otherwise. **/ -std::string checkDropEvents(); +LOVE_EXPORT std::string checkDropEvents(); /** * Returns the full path to the executable.