Skip to content

Commit

Permalink
Remove Nacl support (#14)
Browse files Browse the repository at this point in the history
The only place where Google still officially supports Native Client is
on ChromeOS.
As such, there's no need to configure nacl for users of this repository.
  • Loading branch information
maruel authored Aug 19, 2024
1 parent 899c46f commit 7851c93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion configure_reclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def generate_reproxy_cfg(self):
reproxy_cfg, source_cfg_paths)

def generate_rewrapper_cfgs(self):
for tool in ['chromium-browser-clang', 'python', 'nacl']:
for tool in ['chromium-browser-clang', 'python']:
for platform in ['linux', 'mac', 'windows']:
self.generate_rewrapper_cfg(tool, platform)

Expand Down
9 changes: 0 additions & 9 deletions linux/nacl/rewrapper_linux.cfg

This file was deleted.

0 comments on commit 7851c93

Please sign in to comment.