diff options
| author | ruki <[email protected]> | 2021-03-25 00:02:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-03-24 18:15:22 +0800 |
| commit | e62ee28ef645169cf5a71582b1dfc0db039bc8ed (patch) | |
| tree | e36750c534546eae4c607cbfea48f567103336c5 /core/src/tbox/makefile | |
| parent | 8936f11d510960caacf1fa8bcead1bedbef6a964 (diff) | |
add iphoneos support
Diffstat (limited to 'core/src/tbox/makefile')
| -rw-r--r-- | core/src/tbox/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/tbox/makefile b/core/src/tbox/makefile index 3aeb5c1ed..d7fc6eaa0 100644 --- a/core/src/tbox/makefile +++ b/core/src/tbox/makefile @@ -292,6 +292,10 @@ tbox_C_FILES += \ tbox/src/tbox/platform/windows/interface/iphlpapi \ tbox/src/tbox/platform/windows/interface/interface endif +ifeq ($(PLAT),iphoneos) +tbox_M_FILES += \ + tbox/src/tbox/platform/mach/ios/directory +endif # includes tbox_INC_DIRS += \ |
