mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Apple qrenderdoc cmake remove extra space in RPATH
This commit is contained in:
committed by
Baldur Karlsson
parent
4ea889c7c9
commit
a71914c03d
@@ -84,7 +84,7 @@ if(ENABLE_VULKAN)
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
set(QMAKE_RPATHDIR "@executable_path/../lib ")
|
||||
set(QMAKE_RPATHDIR "@executable_path/../lib")
|
||||
add_custom_command(OUTPUT RenderDoc.icns
|
||||
COMMAND echo Creating OS X Icon
|
||||
COMMAND mkdir -p RenderDoc.iconset
|
||||
|
||||
Reference in New Issue
Block a user