Skip to content

Commit

Permalink
More fixes to handle paths-to-Xcode containing spaces.
Browse files Browse the repository at this point in the history
No functionality change.

Swift SVN r21756
  • Loading branch information
jrose-apple committed Sep 6, 2014
1 parent cacec39 commit b5f3d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ get_filename_component(ARCLITE_BASE ${ARCLITE_BASE} PATH)
set(SWIFT_REPL_ARCLITE "${ARCLITE_BASE}/lib/arc/libarclite_macosx.a")
if (SWIFT_REPL_ARCLITE)
set_property(TARGET swift APPEND_STRING PROPERTY
LINK_FLAGS " -lobjc -Wl,-force_load,${SWIFT_REPL_ARCLITE}")
LINK_FLAGS " -lobjc -Wl,-force_load,\"${SWIFT_REPL_ARCLITE}\"")
endif (SWIFT_REPL_ARCLITE)

if(MODULES_SDK)
Expand Down

0 comments on commit b5f3d66

Please sign in to comment.