Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Disable creation of cygwin shortcut (esy-packages#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryphe authored Jan 12, 2019
1 parent 726dbe7 commit f420827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else
echo "cygwin root: $ROOT"
LOCAL_PACKAGE_DIR="$(cygpath -w /var/cache/setup)"

$ROOT/setup-x86_64.exe --root $ROOT -q --packages=cmake --local-package-dir $LOCAL_PACKAGE_DIR --site=http://cygwin.mirror.constant.com/ --verbose
$ROOT/setup-x86_64.exe --root $ROOT -q --packages=cmake --local-package-dir $LOCAL_PACKAGE_DIR --site=http://cygwin.mirror.constant.com/ --no-desktop --no-startmenu --no-shortcuts --verbose

CMAKE_FOLDER="$(find /usr/share -maxdepth 1 -name cmake-*)"
CMAKE_DIRNAME="$(basename $CMAKE_FOLDER)"
Expand Down

0 comments on commit f420827

Please sign in to comment.