aboutsummaryrefslogtreecommitdiff
path: root/config/python.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/python.conf')
-rw-r--r--config/python.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/python.conf b/config/python.conf
new file mode 100644
index 00000000..3c66f88a
--- /dev/null
+++ b/config/python.conf
@@ -0,0 +1,16 @@
+# This is a list of other components need to build this component
+depends=""
+
+# This is the latest version of this toolchain component
+latest="python-2.7.4-mingw32.tar.xz"
+
+# This is a file that gets installed that is used to determine if the toolchain
+# component is already installed.
+installs="libpython"
+
+# This is a list of default flags always supplied to configure
+default_configure_flags=""
+
+# If yes, only static linking will be used
+static_link=yes
+