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