Skip to content

Commit 9491f38

Browse files
committed
Make sure bigint ops file is copied to dynext dir.
1 parent fcd90db commit 9491f38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ $(NCI_PBC): $(NQP_EXE)
412412
$(DYNEXT_TARGET): $(DYNPMC) $(DYNOPS) $(OPS_DIR)/$(BIGINT_OPS)$(LOAD_EXT)
413413
$(CP) $(DYNPMC) $(DYNEXT_DIR)
414414
$(CP) $(DYNOPS) $(DYNEXT_DIR)
415+
$(CP) $(OPS_DIR)/$(BIGINT_OPS)$(LOAD_EXT) $(DYNEXT_DIR)
415416
$(CHMOD) 755 $(DYNEXT_TARGET)
416417
$(CHMOD) 755 $(DYNEXT_DIR)/$(OPS)$(LOAD_EXT)
417418

0 commit comments

Comments
 (0)