diff options
Diffstat (limited to 'src/gallium/targets/Makefile.xorg')
-rw-r--r-- | src/gallium/targets/Makefile.xorg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/targets/Makefile.xorg b/src/gallium/targets/Makefile.xorg index 9269375e851..c96eded501c 100644 --- a/src/gallium/targets/Makefile.xorg +++ b/src/gallium/targets/Makefile.xorg @@ -33,6 +33,8 @@ LD = $(CXX) LDFLAGS += $(LLVM_LDFLAGS) USE_CXX=1 DRIVER_LINKS += $(LLVM_LIBS) -lm -ldl +else +LDFLAGS += -lstdc++ endif |