mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
added path separator for NT machines
This commit is contained in:
parent
9a637c8b9e
commit
1af758f45c
@ -29,6 +29,7 @@
|
||||
# OS specifics
|
||||
#
|
||||
if $(NT) {
|
||||
SLASH = \\ ;
|
||||
POSIXSHELL = sh ;
|
||||
NULLDEV = NUL ;
|
||||
CAT = type ;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user