mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 21:27:26 +01:00
cmake: don't andd toolchain file when installing
This commit is contained in:
parent
587282459f
commit
e7fb2a4293
@ -10,10 +10,11 @@
|
|||||||
# -E = CMake command mode.
|
# -E = CMake command mode.
|
||||||
# --build <dir> = Build a CMake-generated project binary tree.
|
# --build <dir> = Build a CMake-generated project binary tree.
|
||||||
# --find-package = Run in pkg-config like mode.
|
# --find-package = Run in pkg-config like mode.
|
||||||
|
# --install = install an already-generated project
|
||||||
#
|
#
|
||||||
case $1 in
|
case $1 in
|
||||||
|
|
||||||
-E|--build|--find-package)
|
-E|--build|--find-package|--install)
|
||||||
exec /usr/bin/cmake "$@"
|
exec /usr/bin/cmake "$@"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user