Skip to content

Commit ae5644b

Browse files
committed
Remove ant config
1 parent 3f61273 commit ae5644b

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

native/src/CMakeLists.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)