diff options
| author | Diego Nehab <diego.nehab@gmail.com> | 2019-03-11 00:08:41 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-11 00:08:41 -0300 |
| commit | c89a931cc31f219d51dd32a8a253d5ee3fbd31be (patch) | |
| tree | 1fc604d7cbd6a42c801b92b145651d91c458dfa2 /rockspec | |
| parent | 2af4872a401cbd0c1255e19ee26620f0431dd9f5 (diff) | |
| parent | 21514304be9e98a4386cb18542582068a59c5586 (diff) | |
| download | luasocket-c89a931cc31f219d51dd32a8a253d5ee3fbd31be.tar.gz luasocket-c89a931cc31f219d51dd32a8a253d5ee3fbd31be.tar.bz2 luasocket-c89a931cc31f219d51dd32a8a253d5ee3fbd31be.zip | |
Merge pull request #271 from ewestbrook/pragmavisibility
Use visibility pragma around declarations instead of attributes on definitions
Diffstat (limited to 'rockspec')
| -rw-r--r-- | rockspec/luasocket-3.0rc2-1.rockspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rockspec/luasocket-3.0rc2-1.rockspec b/rockspec/luasocket-3.0rc2-1.rockspec index 2b299f3..dfe5275 100644 --- a/rockspec/luasocket-3.0rc2-1.rockspec +++ b/rockspec/luasocket-3.0rc2-1.rockspec | |||
| @@ -82,6 +82,7 @@ local function make_plat(plat) | |||
| 82 | modules["socket.unix"] = { | 82 | modules["socket.unix"] = { |
| 83 | sources = { | 83 | sources = { |
| 84 | "src/buffer.c" | 84 | "src/buffer.c" |
| 85 | , "src/compat.c" | ||
| 85 | , "src/auxiliar.c" | 86 | , "src/auxiliar.c" |
| 86 | , "src/options.c" | 87 | , "src/options.c" |
| 87 | , "src/timeout.c" | 88 | , "src/timeout.c" |
| @@ -96,6 +97,7 @@ local function make_plat(plat) | |||
| 96 | modules["socket.serial"] = { | 97 | modules["socket.serial"] = { |
| 97 | sources = { | 98 | sources = { |
| 98 | "src/buffer.c" | 99 | "src/buffer.c" |
| 100 | , "src/compat.c" | ||
| 99 | , "src/auxiliar.c" | 101 | , "src/auxiliar.c" |
| 100 | , "src/options.c" | 102 | , "src/options.c" |
| 101 | , "src/timeout.c" | 103 | , "src/timeout.c" |
