Commit 70869d81 authored by Chen Bill's avatar Chen Bill Committed by GitHub

define POSIX version for strdup (#2732)

parent d27ccb8b
...@@ -6,3 +6,6 @@ project "cspmemvfs" ...@@ -6,3 +6,6 @@ project "cspmemvfs"
if BUILD_SQLITE then if BUILD_SQLITE then
includedirs { "../../sqlite3" } includedirs { "../../sqlite3" }
end end
filter "not action:vs*"
defines { "_POSIX_C_SOURCE=200809L" }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment