Commit e8552b7b authored by Mike Gabriel's avatar Mike Gabriel

nxcompshad: Regression fix for 990e61cc. Add missing $(NULL) in 'if TARGET_ELF' clause.

parent a653aed4
......@@ -45,6 +45,7 @@ libXcompshad_la_LDFLAGS = \
if TARGET_ELF
libXcompshad_la_LDFLAGS += \
-Wl,--enable-new-dtags \
$(NULL)
endif TARGET_ELF
libXcompshadincludedir = $(includedir)/nx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment