Skip to content

Commit

Permalink
fix mac 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Sep 11, 2023
1 parent c887500 commit d0c854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ uintptr_t util::getBaseFromName(const std::string& name) {
#elif defined(GEODE_IS_ANDROID)
return reinterpret_cast<uintptr_t>(dlopen(name.c_str(), RTLD_LAZY));
#else
return nullptr;
return 0;
#endif
}

Expand Down

0 comments on commit d0c854c

Please sign in to comment.