nice doc
[feisty_meow.git] / scripts / core / variables.sh
index d71d6a4302c30d4ffded82c7c0e73095a36a7dd7..1a9d5b396f5418845033bdaa15820c40da676acb 100644 (file)
@@ -152,9 +152,6 @@ if [ -z "$NECHUNG" ]; then
     fi
   }
   
-  # load in the build environment.
-  initialize_build_variables
-  
   ##############
   
   # windoze specific patching up missing things.
@@ -165,6 +162,11 @@ if [ -z "$NECHUNG" ]; then
   
   ##############
   
+  # load in the build environment.
+  initialize_build_variables
+  
+  ##############
+  
   # set the path for locating applications.  this is done after any
   # potential overrides from the user.
   #export PATH="$(dos_to_msys_path $BINDIR):$(dos_to_msys_path $FEISTY_MEOW_GENERATED):$PATH:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/lib:/usr/games:/usr/bin:."