Changeset 848 for trunk/build-ps3
- Timestamp:
- Aug 22, 2011, 2:29:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build-ps3
r840 r848 4 4 5 5 set -e 6 7 # Only on Windows 8 if test "x${MSYSTEM}" = xMINGW32; then 9 PATH="$PATH:./contrib/gtk-2.22.1/bin" 10 M4PATH="./contrib/gtk-2.22.1/share/aclocal" 11 export M4PATH # This looks necessary 12 PKG_CONFIG_PATH="$PKG_CONFIG_PATH:`pwd`/contrib/gtkglarea-2.0.1/lib/pkgconfig" 13 export PKG_CONFIG_PATH # This looks necessary, too 14 fi 6 15 7 16 # Bootstrap, configure and make
Note: See TracChangeset
for help on using the changeset viewer.