File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -325,20 +325,11 @@ if(OS_MAC)
325325 add_custom_command (
326326 TARGET ${CEFFX_TARGET}
327327 POST_BUILD
328- # Build the main app bundle.
329- COMMAND ${ANT_EXECUTABLE}
330- -buildfile ${CMAKE_SOURCE_DIR}
331- -Djdk7.path=${JAVA_DIR}
332- -Dout.path=${CEF_TARGET_OUT_DIR}
333- -Dout.name=${CEFFX_APP_NAME}
334- -Dout.id=org.ceffx.ceffx
335- -Dout.mainclass=tests.detailed.MainFrame
336- bundle
337328 # Copy the CEF framework into the main app bundle.
338329 COMMAND ${CMAKE_COMMAND} -E copy_directory
339330 "${CEF_BINARY_DIR} /Chromium Embedded Framework.framework"
340331 "${CEFFX_APP} /Contents/Frameworks/Chromium Embedded Framework.framework"
341- # Copy the CEFFX library into the main app bindle .
332+ # Copy the CEFFX library into the main app bundle .
342333 COMMAND ${CMAKE_COMMAND} -E copy_if_different
343334 "${CEF_TARGET_OUT_DIR} /${CEFFX_TARGET_LIBRARY} "
344335 "${CEFFX_TARGET_LIBRARY_APP_PATH} "
You can’t perform that action at this time.
0 commit comments