Skip to content

Commit

Permalink
fix geneateEclipseProject (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
kekkokk authored and jcague committed May 7, 2018
1 parent 84faaa0 commit b73432f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erizo/generateEclipseProject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ BIN_DIR="build"
if [ -d $BIN_DIR ]; then
cd $BIN_DIR
# Set to Debug to be able to debug in Eclipse
cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug ../src
cmake -G"Eclipse CDT4 - Unix Makefiles" -D ERIZO_BUILD_TYPE=debug ../src
echo "Done"
cd ..
else
echo "Error, build directory does not exist, run generateProject.sh first"
fi
fi

0 comments on commit b73432f

Please sign in to comment.