Community maintained packages for ImmortalWrt.
リビジョン | 003d1e0ae634c68a34d0292ca18cdaaa023b4ba9 (tree) |
---|---|
日時 | 2023-01-26 01:46:23 |
作者 | Tianling Shen <cnsztl@immo...> |
コミッター | Tianling Shen |
Revert "sub-web: remove broken option"
This reverts commit 62df8847595a09d0dd12ecb89912b01f34702d57.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
@@ -35,7 +35,7 @@ define Build/Compile | ||
35 | 35 | ( \ |
36 | 36 | pushd "$(PKG_BUILD_DIR)"; \ |
37 | 37 | yarn install; \ |
38 | - yarn build; \ | |
38 | + NODE_OPTIONS=--openssl-legacy-provider yarn build; \ | |
39 | 39 | popd ; \ |
40 | 40 | ) |
41 | 41 | endef |