mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 08:30:10 +01:00
xatracker: fix the build of a 32bit lib on a 64bit os
we were missing cflags. Signed-off-by: Zack Rusin <zackr@vmware.com>
This commit is contained in:
parent
34e53adc51
commit
129d5138d6
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ default: $(XA_LIB_NAME)
|
|||
|
||||
# Make the library
|
||||
$(XA_LIB_NAME): depend $(OBJECTS)
|
||||
$(CC) -r -nostdlib -o $(XA_LIB_NAME) $(OBJECTS)
|
||||
$(CC) -r -nostdlib -o $(XA_LIB_NAME) $(OBJECTS) $(CFLAGS)
|
||||
|
||||
install: FORCE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue