1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make: add OpenBSD detection to GNUmakefile (#16760)

This commit is contained in:
Brian Callahan 2022-12-25 02:55:41 -05:00 committed by GitHub
parent 776fbdfb23
commit 85b4af5440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,11 @@ TCCOS := netbsd
LDFLAGS += -lexecinfo
endif
ifeq ($(_SYS),OpenBSD)
TCCOS := openbsd
LDFLAGS += -lexecinfo
endif
ifdef ANDROID_ROOT
ANDROID := 1
undefine LINUX