diff options
author | William Ahern <william@server.local> | 2013-02-28 14:22:50 -0800 |
---|---|---|
committer | William Ahern <william@server.local> | 2013-02-28 14:22:50 -0800 |
commit | 735bc0d416edbd622b45e8d8b590cb3c2948bec0 (patch) | |
tree | 4f2e000c0e999b24eb0a50063e3b88f2455c4c8a /Makefile | |
parent | 01ba6abe75aa2afb77b2462adf5e54895955c3b2 (diff) | |
download | luaossl-735bc0d416edbd622b45e8d8b590cb3c2948bec0.tar.gz luaossl-735bc0d416edbd622b45e8d8b590cb3c2948bec0.tar.bz2 luaossl-735bc0d416edbd622b45e8d8b590cb3c2948bec0.zip |
-n
add helper to cqueues, too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ luapath = luacpath = LUAC = -# backwards compatibile install paths +# backwards compatible install paths ifneq ($(origin lua52include), undefined) luainclude = $(lua52include) endif |