Files
pilotclient/mkspecs/features/touch.prf
Lars Toenning bcc4bdd31e Add SPDX identifiers for REUSE compliance
Co-authored-by: Mat Sutcliffe <oktal3700@gmail.com>
2023-10-03 09:29:49 +02:00

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
}