Skip to content

Commit

Permalink
Makefile: Upgrade to Python 3
Browse files Browse the repository at this point in the history
Python 2 died 1,849 days ago on 1/1/2020.
* Node.js no longer supports its use.
    * nodejs/node#25789 was closed in February 2020.
  • Loading branch information
cclauss authored Jan 23, 2025
1 parent 08b04d2 commit 26e6e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ $(KSTAT.NODE) : LIBS += -lkstat
NODE_SUBDIR_ENV = \
V=1 \
NODE_DTRACE_PROVIDER_REQUIRE=hard \
PYTHON="/opt/local/bin/python2.7" \
PYTHON="/opt/local/bin/python3" \
CC="$(GCC)" \
CXX="$(GXX)" \
CPPFLAGS="$(NODE_CPPFLAGS)" \
Expand Down

0 comments on commit 26e6e6a

Please sign in to comment.