From 5a6b32cc16f7b7e5b3c41cd0a98840d81cafc42d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 21 Jun 2002 00:19:08 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/BUILD.unix.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/BUILD.unix.txt b/wxPython/BUILD.unix.txt index 4935763203..91b1ea7832 100644 --- a/wxPython/BUILD.unix.txt +++ b/wxPython/BUILD.unix.txt @@ -354,7 +354,7 @@ The next step is to configure and build Python such that it uses pycc as it's compiler. You can do that by setting CC in your environment before running configure, like this in bash: - exoprt CC=pycc + export CC=pycc configure After making and installing Python with this configuration you should -- 2.50.0