diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-22 23:15:13 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-22 23:15:13 -0500 |
commit | 44f1f1f556a1020adcf9069dae54cb57cc3739df (patch) | |
tree | f575a9800ccb1a41debafc969df134e0547fc576 /bridges | |
parent | e98ec6f38ad5d072c156680a5e01b768c7f5f472 (diff) |
dl is not a usable library on Mac
Change-Id: I4e34538b1da77c36a41b74484afe050ccedf41e3
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/Library_gcc3_macosx_intel.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bridges/Library_gcc3_macosx_intel.mk b/bridges/Library_gcc3_macosx_intel.mk index 46c1587b76ae..2dc7dc02ce10 100644 --- a/bridges/Library_gcc3_macosx_intel.mk +++ b/bridges/Library_gcc3_macosx_intel.mk @@ -38,7 +38,6 @@ $(eval $(call gb_Library_add_cxxflags,gcc3_uno,\ $(eval $(call gb_Library_use_libraries,gcc3_uno,\ cppu \ - dl \ sal \ )) |