summaryrefslogtreecommitdiffstats
path: root/src/patchage_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/patchage_config.h')
-rw-r--r--src/patchage_config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/patchage_config.h b/src/patchage_config.h
index e0d0ff0..1797539 100644
--- a/src/patchage_config.h
+++ b/src/patchage_config.h
@@ -85,4 +85,12 @@
# define PATCHAGE_USE_LIGHT_THEME 0
#endif
+#ifndef PATCHAGE_BUNDLED
+# ifdef __APPLE__
+# define PATCHAGE_BUNDLED 1
+# else
+# define PATCHAGE_BUNDLED 0
+# endif
+#endif
+
#endif // PATCHAGE_CONFIG_H