summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2022-04-07 07:22:02 +0100
committerGitHub <noreply@github.com>2022-04-07 07:22:02 +0100
commit676326c0cf2702eb98d2ada876812e63dcfea3fc (patch)
tree66ffecb91f15eaf61c4695dd9c684d6d246920f1
parenta04ca83ad7d8c4f2251cf8956d0d491c8a54e6c2 (diff)
downloadpatchelf-676326c0cf2702eb98d2ada876812e63dcfea3fc.tar.gz
Update src/patchelf.cc
-rw-r--r--src/patchelf.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/patchelf.cc b/src/patchelf.cc
index e785884..f1eb11a 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
@@ -47,6 +47,7 @@
#define PACKAGE_STRING "patchelf"
#endif
+// This is needed for Windows/mingw
#ifndef O_BINARY
#define O_BINARY 0
#endif