diff --git a/nx/Makefile b/nx/Makefile index 670d5bac..6dd7038e 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -10,7 +10,7 @@ include $(DEVKITPRO)/devkitA64/base_rules export LIBNX_MAJOR := 4 export LIBNX_MINOR := 1 -export LIBNX_PATCH := 1 +export LIBNX_PATCH := 2 VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH) diff --git a/nx/switch.specs b/nx/switch.specs index dfb396fa..47284225 100644 --- a/nx/switch.specs +++ b/nx/switch.specs @@ -4,5 +4,5 @@ %(old_link) -T %:getenv(DEVKITPRO /libnx/switch.ld) -pie --no-dynamic-linker --spare-dynamic-tags=0 --gc-sections -z text -z nodynamic-undefined-weak --build-id=sha1 --nx-module-name *startfile: -crti%O%s crtbegin%O%s +crti%O%s crtbegin%O%s --require-defined=main