We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd90db commit 9491f38Copy full SHA for 9491f38
tools/build/Makefile.in
@@ -412,6 +412,7 @@ $(NCI_PBC): $(NQP_EXE)
412
$(DYNEXT_TARGET): $(DYNPMC) $(DYNOPS) $(OPS_DIR)/$(BIGINT_OPS)$(LOAD_EXT)
413
$(CP) $(DYNPMC) $(DYNEXT_DIR)
414
$(CP) $(DYNOPS) $(DYNEXT_DIR)
415
+ $(CP) $(OPS_DIR)/$(BIGINT_OPS)$(LOAD_EXT) $(DYNEXT_DIR)
416
$(CHMOD) 755 $(DYNEXT_TARGET)
417
$(CHMOD) 755 $(DYNEXT_DIR)/$(OPS)$(LOAD_EXT)
418
0 commit comments