Skip to content

Commit

Permalink
Fix MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Dec 7, 2023
1 parent 0351288 commit c882744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/augs/window_framework/platform_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ namespace augs {
}
#elif PLATFORM_MACOS
#include <sysdir.h> // for sysdir_start_search_path_enumeration
#include <glob.h> // for glob needed to expand ~ to user dir

static std::string expandTilde(const char* str) {
if (!str) return {};
Expand Down

0 comments on commit c882744

Please sign in to comment.