Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
u committed Sep 4, 2024
1 parent dd38f69 commit 85771b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
modules = {
subprocess = {
sources = { "subprocess.c", "liolib-copy.c" },
defines = { "OS_POSIX" }
defines = { "OS_POSIX", "_GNU_SOURCE" }
}
}
},
Expand All @@ -34,7 +34,7 @@
modules = {
subprocess = {
sources = { "subprocess.c", "liolib-copy.c" },
defines = { "OS_WINDOWS", "LUA_BUILD_AS_DLL", "_CRT_SECURE_NO_WARNINGS" }
defines = { "OS_WINDOWS", "LUA_BUILD_AS_DLL", "_CRT_SECURE_NO_WARNINGS", "_GNU_SOURCE" }
}
}
}
Expand Down

0 comments on commit 85771b1

Please sign in to comment.