Merge pull request #717 from imwints/fix-716

This commit is contained in:
Jakob P. Liljenberg 2024-02-11 16:10:25 +01:00 committed by GitHub
commit 1584ce6468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,7 +143,7 @@ else ifeq ($(PLATFORM_LC),macos)
else ifeq ($(PLATFORM_LC),openbsd) else ifeq ($(PLATFORM_LC),openbsd)
PLATFORM_DIR := openbsd PLATFORM_DIR := openbsd
THREADS := $(shell sysctl -n hw.ncpu || echo 1) THREADS := $(shell sysctl -n hw.ncpu || echo 1)
override ADDFLAGS += -lkvm override ADDFLAGS += -lkvm -static-libstdc++
export MAKE = gmake export MAKE = gmake
SU_GROUP := wheel SU_GROUP := wheel
else else