We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c09d3 commit 9926a8fCopy full SHA for 9926a8f
src/goto-cc/hybrid_binary.cpp
@@ -32,7 +32,7 @@ int hybrid_binary(
32
33
int result;
34
35
-#if defined(__linux__) || defined(__FreeBSD_kernel__)
+#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__)
36
// we can use objcopy for both object files and executables
37
(void)building_executable;
38
0 commit comments