From ce2cf6c87f49f930b5a6f2865b54900710a9eb5b Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 25 Aug 2014 16:57:58 +0100 Subject: [PATCH] Move linux_libentry.o to the end to hint static constructor order --- renderdoc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renderdoc/Makefile b/renderdoc/Makefile index a76e3bfc4..e8119964d 100644 --- a/renderdoc/Makefile +++ b/renderdoc/Makefile @@ -14,7 +14,6 @@ replay/entry_points.o \ replay/basic_types.o \ hooks/hooks.o \ hooks/gl_linux_hooks.o \ -hooks/linux_libentry.o \ serialise/serialiser.o \ common/common.o \ core/remote_access.o \ @@ -59,7 +58,8 @@ os/linux/linux_callstack.o \ os/linux/linux_network.o \ os/linux/linux_process.o \ os/linux/linux_stringio.o \ -os/linux/linux_threading.o +os/linux/linux_threading.o \ +hooks/linux_libentry.o all: librenderdoc.so