mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
Remove hardcoded staging layout assumptions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3117 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -18,7 +18,7 @@ CPPFLAGS = "${BUILD_CPPFLAGS}"
|
||||
CFLAGS = "${BUILD_CFLAGS}"
|
||||
CXXFLAGS = "${BUILD_CFLAGS}"
|
||||
LDFLAGS = "${BUILD_LDFLAGS}"
|
||||
LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib "
|
||||
LDFLAGS_build-darwin = "-L${STAGING_LIBDIR_NATIVE}"
|
||||
|
||||
# Overrides for paths
|
||||
|
||||
|
||||
Reference in New Issue
Block a user