Skip to content

Commit

Permalink
Build: update for new deps::. semantics
Browse files Browse the repository at this point in the history
Now it does not look for a package in the
parent directories, but rather auto-scans
dependencies. (This might change in the
future.)

[ci skip]
  • Loading branch information
gaborcsardi committed Feb 4, 2025
1 parent 2ada8bc commit eb69fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export PKGFILES := $(patsubst %,lib/%/pak_$(PAKVERSION).zip,$(RVERSIONS))
deploy:
@echo "----- DEPLOYING packages -----------------------------------"
@echo $(PKGFILES)
R_LIBS=$(RLIB) $(R) -q -e "pak::pkg_install('deps::.', dependencies = 'Config/Needs/deploy')"
R_LIBS=$(RLIB) $(R) -q -e "pak::pkg_install('deps::$(PKGROOT)', dependencies = 'Config/Needs/deploy')"
R_LIBS=$(RLIB) $(R) -q -e \
"pak:::push_packages(strsplit(Sys.getenv('PKGFILES'), ' ')[[1]])"

Expand Down

0 comments on commit eb69fc6

Please # to comment.