summaryrefslogtreecommitdiff
path: root/open-vm-tools/lib/include/vm_product.h
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/lib/include/vm_product.h')
-rw-r--r--open-vm-tools/lib/include/vm_product.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/open-vm-tools/lib/include/vm_product.h b/open-vm-tools/lib/include/vm_product.h
index d7243645..434e9dc9 100644
--- a/open-vm-tools/lib/include/vm_product.h
+++ b/open-vm-tools/lib/include/vm_product.h
@@ -449,10 +449,7 @@
# if defined(__APPLE__)
# if defined VMX86_DESKTOP
-/*
- * Fusion can be relocated, so it does not have a default library directory.
- * To retrieve the Fusion library directory, use Location_Get("libDir") instead.
- */
+/* On Mac OS, use Location_Get() instead of DEFAULT_LIBDIRECTORY. */
# define DEFAULT_LIBDIRECTORY \
"/dev/null/Non-existing DEFAULT_LIBDIRECTORY"
# else