mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-12 04:03:43 +08:00
Fix rmdir error
This commit is contained in:
@@ -4,7 +4,7 @@ if [ ! $# -eq 2 ]
|
||||
then
|
||||
echo "Usage: ./compile_linux.sh <architecture> <buildType>"
|
||||
echo ""
|
||||
echo "architecture: the target architecture to build for. Architectures are the docker architectures (e.g. 386 or amd64)."
|
||||
echo "architecture: the target architecture to build for. Architectures are either 386 or amd64."
|
||||
echo "buildType: either Release or Debug"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user