diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-01-03 00:38:09 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-01-03 00:39:14 +0100 |
commit | ec51a95936499cdab17e5b892cc8abb648fc710d (patch) | |
tree | 2d494200efbe5fcc247a4338d99c6defbb46bf97 | |
parent | 2ed074578b00582e40cf6380f629570d1eee3f71 (diff) |
libs should be listed after the libs that require them
-rw-r--r-- | sc/Library_scfilt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk index bdb99caccb1d..39010911eeb6 100644 --- a/sc/Library_scfilt.mk +++ b/sc/Library_scfilt.mk @@ -65,8 +65,8 @@ $(eval $(call gb_Library_use_libraries,scfilt,\ )) $(eval $(call gb_Library_use_externals,scfilt,\ - zlib \ orcus \ + zlib \ )) $(eval $(call gb_Library_add_exception_objects,scfilt,\ |