Skip to content

Commit fa4930b

Browse files
ensure binds add apple languages if on apple
1 parent b676172 commit fa4930b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

code/binds/meson.build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
# TODO ObjC, Java, Python
1+
if host_machine.system() == 'darwin'
2+
add_languages('objc')
3+
add_languages('objcpp')
4+
endif

0 commit comments

Comments
 (0)