Mercurial > minori
diff dep/animia/src/util/osx.cc @ 237:a7d0d543b334
*: make OS X builds succeed
new script: deploy_build.sh, creates the app bundle
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Fri, 19 Jan 2024 11:14:44 -0500 |
parents | 8548dc425697 |
children |
line wrap: on
line diff
--- a/dep/animia/src/util/osx.cc Fri Jan 19 00:24:02 2024 -0500 +++ b/dep/animia/src/util/osx.cc Fri Jan 19 11:14:44 2024 -0500 @@ -8,7 +8,6 @@ namespace animia::internal::osx::util { -#ifdef HAVE_COREFOUNDATION /* all of these LaunchServices things use *internal functions* that are subject * to change. Granted, it's not very likely that these will change very much * because I'm fairly sure Apple uses them lots in their own internal code. @@ -104,7 +103,6 @@ return true; } -#endif // HAVE_COREFOUNDATION static bool GetProcessArgs(pid_t pid, std::string& args) { /* sysctl shouldn't touch these, so we define them as const */