shadowm

Untitled

Mar 20th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. cd "$INTDIR"
  2. CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" scons \
  3. -f "$SOURCE/SConstruct" \
  4. --option-cache="$INTDIR/.scons-option-cache" \
  5. install-$TYPE \
  6. prefix="$BUILD_DIR" \
  7. program_suffix=-"$VERSION" \
  8. $BUILD_FLAGS \
  9. use_network_ana=false \
  10. profile=0 \
  11. fribidi=0 \
  12. python=0 \
  13. localedir= \
  14. prefsdir= \
  15. > "$BUILD_DIR"/scons.log
Advertisement
Add Comment
Please, Sign In to add comment