diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -72,7 +72,7 @@ LOCAL = $(TESTS) $(CWARNS) | |||
| 72 | # For C89, "-std=c89 -DLUA_USE_C89" | 72 | # For C89, "-std=c89 -DLUA_USE_C89" |
| 73 | # Note that Linux/Posix options are not compatible with C89 | 73 | # Note that Linux/Posix options are not compatible with C89 |
| 74 | MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX | 74 | MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX |
| 75 | MYLDFLAGS= $(LOCAL) -Wl,-E | 75 | MYLDFLAGS= -Wl,-E |
| 76 | MYLIBS= -ldl | 76 | MYLIBS= -ldl |
| 77 | 77 | ||
| 78 | 78 | ||
