mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
lualanes: Update to 3.13.0
Switched to codeload for a simpler Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--- a/src/threading.c
|
||||
+++ b/src/threading.c
|
||||
@@ -35,7 +35,9 @@ THE SOFTWARE.
|
||||
===============================================================================
|
||||
*/
|
||||
#if defined(__linux__)
|
||||
+#ifndef _GNU_SOURCE
|
||||
# define _GNU_SOURCE /* must be defined before any include */
|
||||
+#endif
|
||||
# ifdef __ANDROID__
|
||||
# include <android/log.h>
|
||||
# define LOG_TAG "LuaLanes"
|
||||
Reference in New Issue
Block a user