Updated organization file functions, env naming.

This commit is contained in:
Christoffer Lerno
2023-06-23 22:59:57 +02:00
committed by Christoffer Lerno
parent 0ab0f727ad
commit 68f6cb1286
43 changed files with 751 additions and 561 deletions

View File

@@ -1,4 +1,4 @@
module std::os::macos::objc @if(DARWIN_LIBC);
module std::os::macos::objc @if(env::DARWIN);
def Class = distinct void*;
def Method = distinct void*;