1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 08:33:53 +01:00

Force use of our wxWidgets and fix RPATH handling

This commit is contained in:
Leland Lucius
2020-07-05 13:39:57 -05:00
parent 33210ec8c7
commit c1407cdca9
14 changed files with 278 additions and 173 deletions

View File

@@ -162,7 +162,7 @@ macro( bld name packages define sources )
set_target_properties( ${name}
PROPERTIES
LIBRARY_OUTPUT_DIRECTORY "${_DESTDIR}/${_LIBDIR}"
LIBRARY_OUTPUT_DIRECTORY "${_DEST}/${_PKGLIB}"
PREFIX ""
)