Skip to content

Commit 84dd81f

Browse files
committed
build: remove glibc backcompat requirement for Linux symbol checks
1 parent 088b348 commit 84dd81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ if TARGET_WINDOWS
822822
$(AM_V_at) OBJDUMP=$(OBJDUMP) $(PYTHON) $(top_srcdir)/contrib/devtools/symbol-check.py $(bin_PROGRAMS)
823823
endif
824824

825-
if GLIBC_BACK_COMPAT
825+
if TARGET_LINUX
826826
@echo "Checking glibc back compat..."
827827
$(AM_V_at) CPPFILT=$(CPPFILT) $(PYTHON) $(top_srcdir)/contrib/devtools/symbol-check.py $(bin_PROGRAMS)
828828
endif

0 commit comments

Comments
 (0)