This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
egl: remove space after -L flag
tags/mesa_20090313
Brian Paul
17 years ago
parent
13a8c18d3d
commit
cce2ec2754
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/egl/drivers/xdri/Makefile
+ 1
- 1
src/egl/drivers/xdri/Makefile
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save