Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Included javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
xbjfk committed Jan 23, 2022
1 parent d866f91 commit 0b8123b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MACOSX_ROOT="$(xcrun --sdk macosx --show-sdk-path)"
SOURCE_PATHS="$(printf "${TNOODLE_DIR}/%s/src\n" {scrambles,sq12phase,min2phase,threephase,svglite} | paste -sd: - )"

find "${TNOODLE_DIR}"/{scrambles,sq12phase,min2phase,threephase,svglite}/src/main/java -type f -name '*.java' -print0 | \
xargs -0 "$J2OBJC" -sourcepath "$SOURCE_PATHS" -classpath "${J2OBJC_DIR}/lib/j2objc_junit.jar" -d "${BUILD}"
xargs -0 "$J2OBJC" --swift-friendly --doc-comments -sourcepath "$SOURCE_PATHS" -classpath "${J2OBJC_DIR}/lib/j2objc_junit.jar" -d "${BUILD}"

ios_objs=()
mac_objs=()
Expand Down

0 comments on commit 0b8123b

Please sign in to comment.