Skip to content

Commit

Permalink
nodejs15: don't require xcode. Allow ccache.
Browse files Browse the repository at this point in the history
  • Loading branch information
xeron committed Jan 21, 2021
1 parent 0439c5e commit 80f4774
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions devel/nodejs15/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ depends_lib port:icu \
port:python38 \
path:lib/libssl.dylib:openssl

use_xcode yes

proc rec_glob {basedir pattern} {
set files [glob -directory $basedir -nocomplain -type f $pattern]
foreach dir [glob -directory $basedir -nocomplain -type d *] {
Expand Down Expand Up @@ -86,9 +84,6 @@ supported_archs i386 x86_64 arm64

universal_variant no

# "V8 doesn't like cache."
configure.ccache no

test.run yes
test.cmd ${build.cmd} -j${build.jobs}

Expand Down

0 comments on commit 80f4774

Please sign in to comment.