Skip to content

Commit c43385b

Browse files
authored
Merge pull request #5697 from nanolith/fix-openbsd-merge-binary
OpenBSD can do binary merges with objcopy.
2 parents e8c09d3 + 9926a8f commit c43385b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-cc/hybrid_binary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int hybrid_binary(
3232

3333
int result;
3434

35-
#if defined(__linux__) || defined(__FreeBSD_kernel__)
35+
#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__)
3636
// we can use objcopy for both object files and executables
3737
(void)building_executable;
3838

0 commit comments

Comments
 (0)