Changeset 4fd0261
- Timestamp:
- May 5, 2016 10:03:27 PM (5 years ago)
- Branches:
- master
- Children:
- c2f35c0
- Parents:
- 0839b46
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
core/c/jbigi/build_jbigi.sh
r0839b46 r4fd0261 4 4 # When executed in OSX: Produces a libjbigi.jnilib 5 5 [ -z "$CC" ] && CC="gcc" 6 7 if [ -z $BITS ]; then 8 BITS=64 9 printf "\aBITS variable not set, defaulting to $BITS\n\a" >&2 10 fi 6 11 7 12 # If JAVA_HOME isn't set we'll try to figure it out
Note: See TracChangeset
for help on using the changeset viewer.