mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 17:30:20 +01:00
d3d1x: link with CXXFLAGS
Otherwise, -m32 doesn't make it there.
This commit is contained in:
parent
d092c0c60d
commit
12044e4c99
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ include $(TOP)/configs/current
|
|||
|
||||
IDL=$(wildcard *.idl include/*.idl)
|
||||
IDL_H=$(IDL:.idl=.h)
|
||||
LD=$(CXX)
|
||||
LD=$(CXX) $(CXXFLAGS)
|
||||
|
||||
include ../../../Makefile.template
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue