mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
msvc doesnt have unistd?
This commit is contained in:
parent
a4bb31ae92
commit
415d2a208e
@ -71,9 +71,12 @@ newaction({
|
||||
function default_stuffs()
|
||||
characterset("MBCS")
|
||||
defines({
|
||||
"HAVE_UNISTD_H=1",
|
||||
"HAVE_STDARG_H=1"
|
||||
"HAVE_UNISTD_H=1"
|
||||
})
|
||||
filter("toolset:not msc")
|
||||
defines({
|
||||
"HAVE_STDARG_H=1"
|
||||
})
|
||||
filter("system:windows")
|
||||
defines({
|
||||
"THREAD_WIN32"
|
||||
|
Loading…
x
Reference in New Issue
Block a user