]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/regen.sh
PCH-less compilation fix
[wxWidgets.git] / docs / doxygen / regen.sh
index 51b673941f94048cb188c913e6edc98cd2e4d8da..259cd6f6482789861db256a8eafa7f547ebd447c 100755 (executable)
@@ -20,7 +20,7 @@ me=$(basename $0)
 path=${0%%/$me}        # path from which the script has been launched
 current=$(pwd)
 cd $path
-WXWIDGETS=`cd ../.. && pwd`
+export WXWIDGETS=`cd ../.. && pwd`
 
 # prepare folders for the cp commands below
 mkdir -p out/html       # we need to copy files in this folder below