summaryrefslogtreecommitdiff
path: root/bundler/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'bundler/utils.py')
-rw-r--r--bundler/utils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundler/utils.py b/bundler/utils.py
new file mode 100644
index 0000000..3852ee7
--- /dev/null
+++ b/bundler/utils.py
@@ -0,0 +1,3 @@
+import sys
+
+IS_MAC = sys.platform == "darwin"