mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 21:08:11 +02:00
egl: remove space after -L flag
This commit is contained in:
parent
23e325e55a
commit
5b60d6d07b
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ $(TOP)/$(LIB_DIR)/$(DRIVER_NAME): $(OBJECTS)
|
|||
$(TOP)/bin/mklib -o $(DRIVER_NAME) \
|
||||
-noprefix \
|
||||
-major 1 -minor 0 \
|
||||
-L $(TOP)/$(LIB_DIR) \
|
||||
-L$(TOP)/$(LIB_DIR) \
|
||||
-install $(TOP)/$(LIB_DIR) \
|
||||
$(OBJECTS) $(DRM_LIB) $(MISC_LIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue