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:
parent
776fbdfb23
commit
85b4af5440
@ -54,6 +54,11 @@ TCCOS := netbsd
|
||||
LDFLAGS += -lexecinfo
|
||||
endif
|
||||
|
||||
ifeq ($(_SYS),OpenBSD)
|
||||
TCCOS := openbsd
|
||||
LDFLAGS += -lexecinfo
|
||||
endif
|
||||
|
||||
ifdef ANDROID_ROOT
|
||||
ANDROID := 1
|
||||
undefine LINUX
|
||||
|
Loading…
Reference in New Issue
Block a user