Skip to content

Commit f4dec06

Browse files
committed
ObjFW message support (WIP)
1 parent 91145c1 commit f4dec06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

objc2/src/message/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ mod verify;
3333
#[cfg(apple)]
3434
#[path = "apple/mod.rs"]
3535
mod platform;
36-
#[cfg(gnustep)]
36+
// TODO: This is _not_ correct, struct return works differently!
37+
#[cfg(any(gnustep, objfw))]
3738
#[path = "gnustep.rs"]
3839
mod platform;
3940

0 commit comments

Comments
 (0)