diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/Library_sal.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index 1bf549f308e3..f22bac2b0c69 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -33,6 +33,10 @@ $(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 \ |