Add path test windows and escape in double quote.

This commit is contained in:
Christoffer Lerno
2024-08-21 10:37:50 +02:00
parent 33ce8e8a75
commit b46463563e
4 changed files with 27 additions and 5 deletions

View File

@@ -8,6 +8,8 @@
"linux-x64" : {
"cflags": "-fPIE"
},
"windows-x64" : { }
"windows-x64" : {
"c-include-dirs": ["C:\\"]
}
}
}