mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
make: add OpenBSD detection to GNUmakefile (#16760)
This commit is contained in:
parent
776fbdfb23
commit
85b4af5440
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ TCCOS := netbsd
|
||||||
LDFLAGS += -lexecinfo
|
LDFLAGS += -lexecinfo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(_SYS),OpenBSD)
|
||||||
|
TCCOS := openbsd
|
||||||
|
LDFLAGS += -lexecinfo
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef ANDROID_ROOT
|
ifdef ANDROID_ROOT
|
||||||
ANDROID := 1
|
ANDROID := 1
|
||||||
undefine LINUX
|
undefine LINUX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue