Skip to content

Commit 7c7c5c1

Browse files
committed
Adding gc-tls-common.h to Makefile as a public header
1 parent 7237aaf commit 7c7c5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ ifeq ($(USE_SYSTEM_LIBUV),0)
103103
UV_HEADERS += uv.h
104104
UV_HEADERS += uv/*.h
105105
endif
106-
PUBLIC_HEADERS := $(BUILDDIR)/julia_version.h $(wildcard $(SRCDIR)/support/*.h) $(addprefix $(SRCDIR)/,work-stealing-queue.h gc-interface.h gc-tls.h julia.h julia_assert.h julia_threads.h julia_fasttls.h julia_locks.h julia_atomics.h jloptions.h)
106+
PUBLIC_HEADERS := $(BUILDDIR)/julia_version.h $(wildcard $(SRCDIR)/support/*.h) $(addprefix $(SRCDIR)/,work-stealing-queue.h gc-interface.h gc-tls.h gc-tls-common.h julia.h julia_assert.h julia_threads.h julia_fasttls.h julia_locks.h julia_atomics.h jloptions.h)
107107
ifeq ($(OS),WINNT)
108108
PUBLIC_HEADERS += $(addprefix $(SRCDIR)/,win32_ucontext.h)
109109
endif

0 commit comments

Comments
 (0)