aboutsummaryrefslogtreecommitdiff
path: root/Shared.makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Shared.makefile')
-rw-r--r--Shared.makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Shared.makefile b/Shared.makefile
index 3809538..a2fa71f 100644
--- a/Shared.makefile
+++ b/Shared.makefile
@@ -36,7 +36,7 @@ ifeq "$(LUAROCKS)" ""
36 LUA_FLAGS := -I "$(LUA_DEV)/include" 36 LUA_FLAGS := -I "$(LUA_DEV)/include"
37 LUA_LIBS := "$(LUA_DEV)/lua5.1.dll" -lgcc 37 LUA_LIBS := "$(LUA_DEV)/lua5.1.dll" -lgcc
38 endif 38 endif
39 LIBFLAG := -shared -Wl,-Map,lanes.map 39 LIBFLAG := -shared -Wl,-Map,lanes.map -fvisibility=hidden
40 else 40 else
41 # Autodetect LUA_FLAGS and/or LUA_LIBS 41 # Autodetect LUA_FLAGS and/or LUA_LIBS
42 # 42 #