Skip to content
Snippets Groups Projects
Commit 2ed358c5 authored by Joachim Pouderoux's avatar Joachim Pouderoux
Browse files

Merge branch 'upstream-diy2' into FixAndroidBuild

# By Diy2 Upstream
* upstream-diy2:
  diy2 2021-07-21 (e47b2b29)
parents e5535c73 bc9d43d5
Branches
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ namespace utils
s_template[filename.size()] = 0;
int handle = -1;
#if defined(__MACH__)
#if defined(__MACH__) || defined(__ANDROID_API__)
// TODO: figure out how to open with O_SYNC
handle = ::mkstemp(s_template.get());
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment