Skip to content

Commit 0c9a557

Browse files
authored
meson.build: Add FreeBSD to common posix platforms (#3867)
1 parent c2e7c4a commit 0c9a557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ cpp_lib = '-lstdc++'
5757
libm_dep = cpp.find_library('m', required : false)
5858
deps += [libm_dep]
5959

60-
if ['linux', 'android', 'ios', 'darwin'].contains(system)
60+
if ['linux', 'freebsd', 'android', 'ios', 'darwin'].contains(system)
6161
asm_format32 = 'elf'
6262
asm_format64 = 'elf64'
6363
if ['ios', 'darwin'].contains(system)

0 commit comments

Comments
 (0)