Changeset 946
- Timestamp:
- Sep 10, 2011, 9:47:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/lol-build
r945 r946 67 67 BUILDFLAGS=--build=none 68 68 else 69 echo "Error: could not find win32 compiler" 69 echo "Error: could not find win32 compiler" >&2 70 70 false 71 71 fi … … 79 79 BUILDFLAGS=--build=none 80 80 else 81 echo "Error: could not find win64 compiler" 81 echo "Error: could not find win64 compiler" >&2 82 82 false 83 83 fi … … 185 185 } 186 186 187 echo "lol-build: executing action '$action' on platform '$platform'" >&2 187 188 eval "$action" 188 189
Note: See TracChangeset
for help on using the changeset viewer.