Skip to content

Commit

Permalink
Seems to have left a scrap of $lrt over
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Jun 4, 2013
1 parent ba9f5d8 commit 10dd0f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile_query_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ done

mkdir -p bin
[[ `uname` = Darwin ]] || CXXFLAGS+=" -lrt"
$CXX $CXXFLAGS lm/build_binary_main.cc $objects $lrt -o bin/build_binary
$CXX $CXXFLAGS lm/query_main.cc $objects $lrt -o bin/query
$CXX $CXXFLAGS lm/build_binary_main.cc $objects -o bin/build_binary
$CXX $CXXFLAGS lm/query_main.cc $objects -o bin/query

0 comments on commit 10dd0f0

Please sign in to comment.