Skip to content

Commit 5c30f58

Browse files
vrogojinclaude
andcommitted
Fix RandomX staging: use install/fast to skip dependency rebuild
The 'make install' target triggers 'make all' which rebuilds the benchmark binary (failing on Windows mingw). Use 'install/fast' which is a cmake-generated target that installs without rebuilding. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 42ad426 commit 5c30f58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

depends/packages/randomx.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ define $(package)_build_cmds
1818
endef
1919

2020
define $(package)_stage_cmds
21-
$(MAKE) DESTDIR=$($(package)_staging_dir) install
21+
$(MAKE) DESTDIR=$($(package)_staging_dir) install/fast
2222
endef

0 commit comments

Comments
 (0)