Fix bug in linux script.

master
Dominik Deák 5 years ago
parent 8a9f0b9a12
commit a8f2806515
  1. 2
      Synergy-Core
  2. 2
      buildLinux.sh

@ -1 +1 @@
Subproject commit 36984104ec98aa4d03206d654746113c865e507d Subproject commit 2316663352c5c505ef115a49f4fcda16e518808b

@ -120,7 +120,7 @@ buildClean() {
if [ "${1}" = "--help" ] || [ "${1}" = "-h" ]; then if [ "${1}" = "--help" ] || [ "${1}" = "-h" ]; then
cat "${toplevelPath}\Documentation\buildLinux.txt" cat "${toplevelPath}/Documentation/buildLinux.txt"
elif [ "${1}" = "--cmake" ]; then elif [ "${1}" = "--cmake" ]; then

Loading…
Cancel
Save