Skip to content

Commit 99388a8

Browse files
Add note about LDC
1 parent fad8f13 commit 99388a8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Objective-D
22

3-
Objective-D provides essential bindings to Objective-C APIs.
3+
Objective-D provides essential bindings to Objective-C APIs.
4+
5+
## NOTE
6+
7+
This relies on a D compiler which supports generating Objective-C compatible objects.
8+
Eg. DMD for x86_64 macs, or LDC with [This PR](https://github.com/ldc-developers/ldc/pull/4777).

0 commit comments

Comments
 (0)