Skip to content

Commit

Permalink
Fix typo (84987, default package type on Windows).
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84997 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Aug 21, 2023
1 parent b30909a commit bbc8562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endif
platform-CPPFLAGS = -I../gnuwin32 -I../extra

ifneq "$(R_ARCH)" ""
platorm-CPPFLAGS += -DPLATFORM_PKGTYPE='"win.binary"'
platform-CPPFLAGS += -DPLATFORM_PKGTYPE='"win.binary"'
endif

RNG-CPPFLAGS = -I../nmath
Expand Down

0 comments on commit bbc8562

Please sign in to comment.