mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
win32:isEmpty(MINGW_IN_SHELL) {
|
|
TOUCH = copy /y nul >nul
|
|
}
|
|
else {
|
|
TOUCH = touch
|
|
}
|