Skip to content

Commit

Permalink
cat ./config.log
Browse files Browse the repository at this point in the history
  • Loading branch information
and-ri committed Jul 29, 2023
1 parent 7a0264d commit 12b6ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/openjdk.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build:
--with-vendor-version-string="$(tea --version | grep -o '[0-9]\+\.[0-9]\+\.[0-9]\+')" \
--with-extra-cflags="$CFLAGS" \
--with-extra-cxxflags="$CXXFLAGS" \
--with-extra-ldflags="$LDFLAGS"
--with-extra-ldflags="$LDFLAGS" || cat ./config.log
- make images
- mkdir -p {{prefix}}
- mv build/*/images/jdk-bundle/jdk-20.0.2.jdk/Contents/Home/* {{prefix}}/
Expand Down

0 comments on commit 12b6ed8

Please sign in to comment.