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 /src/makefile | |
| 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 'src/makefile')
| -rwxr-xr-x | src/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index b9e2f93..5a9ba97 100755 --- a/src/makefile +++ b/src/makefile | |||
| @@ -336,6 +336,7 @@ UNIX_OBJS=\ | |||
| 336 | # | 336 | # |
| 337 | SERIAL_OBJS=\ | 337 | SERIAL_OBJS=\ |
| 338 | buffer.$(O) \ | 338 | buffer.$(O) \ |
| 339 | compat.$(O) \ | ||
| 339 | auxiliar.$(O) \ | 340 | auxiliar.$(O) \ |
| 340 | options.$(O) \ | 341 | options.$(O) \ |
| 341 | timeout.$(O) \ | 342 | timeout.$(O) \ |
