diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/Library_sal.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index dbca766e1dff..833ba6d92e0d 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -33,10 +33,6 @@ $(eval $(call gb_Library_add_defs,sal,\ -DSRCDIR="\"$(SRCDIR)\"" \ )) -# need the "ure-link" symlink to exist in INSTDIR so it's possible to link sal -# FIXME: this creates cyclic dependency between ure and sal modules -$(eval $(call gb_Library_use_package,sal,ure_install)) - $(eval $(call gb_Library_use_libraries,sal,\ $(if $(filter $(OS),ANDROID), \ lo-bootstrap \ |