Skip to content

Commit edb1897

Browse files
Add Objective-C and Objective-C++ languages for macOS
1 parent 21ba250 commit edb1897

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

code/meson.build

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
if host_machine.system() == 'darwin'
2+
add_languages('objc', native: false, required: true)
3+
add_languages('objcpp', native: false, required: true)
4+
endif
5+
16
subdir('logic')
2-
subdir('tests')
7+
subdir('tests')

0 commit comments

Comments
 (0)