Skip to content

Commit

Permalink
plain-binaries: Disable ncp11 on macOS
Browse files Browse the repository at this point in the history
Refs #155
  • Loading branch information
JeremyRand committed Sep 8, 2021
1 parent fd82041 commit 5da7eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/plain-binaries/build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ mkdir -p $distdir
tar -C /var/tmp/dist/[% project %] -xf [% c('input_files_by_name/encaya') %]
tar -C /var/tmp/dist/[% project %] -xf [% c('input_files_by_name/generate_nmc_cert') %]
tar -C /var/tmp/dist/[% project %] -xf [% c('input_files_by_name/ncdns') %]
tar -C /var/tmp/dist/[% project %] -xf [% c('input_files_by_name/ncp11') %]
[% IF ! c("var/osx") %]
tar -C /var/tmp/dist/[% project %] -xf [% c('input_files_by_name/ncp11') %]
[% END %]
tar -C /var/tmp/dist/[% project %] -xf [% c('input_files_by_name/ncprop279') %]
tar -C /var/tmp/dist/[% project %] -xf [% c('input_files_by_name/q') %]

Expand Down
1 change: 1 addition & 0 deletions projects/plain-binaries/config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ input_files:
project: ncdns
- name: ncp11
project: ncp11
enable: '[% ! c("var/osx") %]'
- name: ncprop279
project: ncprop279
- name: q
Expand Down

0 comments on commit 5da7eae

Please sign in to comment.