Changeset 952
- Timestamp:
- Sep 14, 2011, 4:36:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/lol-build
r949 r952 75 75 false 76 76 fi 77 if test "x${MSYSTEM}" = xMINGW64; then 78 # If using mingw64, we're not really cross-compiling 79 BUILDFLAGS= 80 fi 77 81 PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PWD/contrib/gtkglarea-2.0.1/lib/pkgconfig" 78 82 LDFLAGS="$LDFLAGS -L$PWD/contrib/glew-1.7.0/lib/i686-w64-mingw32" … … 93 97 echo "Error: could not find win64 compiler" >&2 94 98 false 99 fi 100 if test "x${MSYSTEM}" = xMINGW32; then 101 # If using mingw32, we're not really cross-compiling 102 BUILDFLAGS= 95 103 fi 96 104 LDFLAGS="$LDFLAGS -L$PWD/contrib/glew-1.7.0/lib/x86_64-w64-mingw32"
Note: See TracChangeset
for help on using the changeset viewer.