Skip to content

Commit 9926a8f

Browse files
committed
OpenBSD can do binary merges with objcopy.
1 parent e8c09d3 commit 9926a8f

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)