blob: 0f8c29b4e90a83727f8dbfe12ea4fccad3dfd6cc (
plain)
1
2
3
|
# In a cross build, bindir contains host not target binaries, so target DLLs
# instead go in toolexeclibdir, alongside other target binaries and static libs.
SHLIB_DLLDIR = $(toolexeclibdir)
|