Merge branch 'master' into release-412

This commit is contained in:
fincs 2021-06-22 19:46:11 +02:00
commit 51bfd4dd76
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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