diff options
Diffstat (limited to 'tools/depends/target/crossguid/Makefile')
-rw-r--r-- | tools/depends/target/crossguid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/crossguid/Makefile b/tools/depends/target/crossguid/Makefile index bb676f546c..3936f651e1 100644 --- a/tools/depends/target/crossguid/Makefile +++ b/tools/depends/target/crossguid/Makefile @@ -30,7 +30,7 @@ GUID_PLATFORM_DEFINE=GUID_LIBUUID ifeq ($(OS),osx) GUID_PLATFORM_DEFINE=GUID_CFUUID endif -ifeq ($(OS),ios) +ifeq ($(OS),darwin_embedded) GUID_PLATFORM_DEFINE=GUID_CFUUID endif |