gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit f32e0ea4395d5d9c7684ac275d7e15291017cfcd parent 6421e6eab1c388c2e668fa8a1fb8adc5f266b7dc Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Sat, 30 May 2026 17:03:29 -0700 Merge pull request #900 from gbdk-2020/png2asset/win_linker_fix png2asset: workaround for recent linker errors Diffstat:
| M | gbdk-support/png2asset/Makefile | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/gbdk-support/png2asset/Makefile b/gbdk-support/png2asset/Makefile @@ -10,6 +10,9 @@ LFLAGS = -g ifeq ($(OS),Windows_NT) BUILD_OS := Windows_NT + # Hopefully temporary fix for Windows build linker errors (2026-05-30) + # Ref: https://github.com/PurpleI2P/i2pd/issues/2385 + CXXFLAGS += -std=c++17 else BUILD_OS := $(shell uname -s) endif
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.