diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2022-11-30 17:26:14 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2022-11-30 17:26:14 -0500 |
commit | 0dd7b362a6e77d8f3dff450376ddf2d4ffaf752c (patch) | |
tree | 5543127cca8cebbe08471137cb27b3184bef0e00 /indra | |
parent | 7b35b7baea861ae58cd01826bb57fe995dc8aa52 (diff) |
DRTVWR-575: In a new build tree, first make the parent directory
before trying to create symlink.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index c2e1bb4b85..30a33c948c 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -151,6 +151,7 @@ elseif(DARWIN) set(SHARED_LIB_STAGING_DIR_DEBUG "${SHARED_LIB_STAGING_DIR}/Debug/Resources") set(SHARED_LIB_STAGING_DIR_RELWITHDEBINFO "${SHARED_LIB_STAGING_DIR}/RelWithDebInfo/Resources") set(SHARED_LIB_STAGING_DIR_RELEASE "${SHARED_LIB_STAGING_DIR}/Release/Resources") + file(MAKE_DIRECTORY "${SHARED_LIB_STAGING_DIR}") # Support our "@executable_path/../Resources" load path for executables # that end up in any of the above SHARED_LIB_STAGING_DIR_MUMBLE # directories. |