mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove macOS flag
This commit is contained in:
parent
9bec533453
commit
c9a56d5339
@ -36,11 +36,6 @@ source "${REPO_ROOT}/scripts/common.sh"
|
|||||||
WORKDIR=`mktemp -d`
|
WORKDIR=`mktemp -d`
|
||||||
CMDLINE_PID=
|
CMDLINE_PID=
|
||||||
|
|
||||||
if [[ "$OSTYPE" == "darwin"* ]]
|
|
||||||
then
|
|
||||||
SMT_FLAGS="--no-smt"
|
|
||||||
fi
|
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
# ensure failing commands don't cause termination during cleanup (especially within safe_kill)
|
# ensure failing commands don't cause termination during cleanup (especially within safe_kill)
|
||||||
set +e
|
set +e
|
||||||
|
Loading…
Reference in New Issue
Block a user