aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2025-11-19 11:53:17 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2025-11-19 11:53:17 +0100
commit11503fb0fa1b63f9fc4b9076da27de5b1ae5669a (patch)
tree32f07679e2417eb5d7e8daf54ac1469d2214af89
parentdfb4a035c2d80a6be689e14ca495b8ba032f58c4 (diff)
downloadlanes-master.tar.gz
lanes-master.tar.bz2
lanes-master.zip
Link lanes_core.so with -fvisibility=hiddenHEADmaster
-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 #