Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/grass/Makefile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ all: objects $(GRASS_DLL) $(PROVIDER)
1111
objects:
1212
$(MAKE) -f Makefile
1313

14-
$(GRASS_DLL):
14+
$(GRASS_DLL): .libs/libqgisgrass.a
1515
$(CXX) -shared -o $(GRASS_DLL) \
1616
-Wl,--out-implib=.libs/libqgis_grass.dll.a \
1717
-Wl,--export-all-symbols \

0 commit comments

Comments
 (0)
Please sign in to comment.