aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a619ff6..40e7fd4 100755
--- a/configure
+++ b/configure
@@ -22,7 +22,7 @@ def prompt(prompt, default, options=[]):
return v
return default
-if __name__ is "__main__":
+if __name__ == "__main__":
# build options
build_dir = prompt('build folder', 'build')
build_type = prompt('build type', 'release', ['plain', 'debug', 'debugoptimized', 'release'])