mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 05:09:43 +00:00
Handle serenityos in config.mk too
This commit is contained in:
parent
5f60438822
commit
5b3e630903
@ -156,6 +156,13 @@ EXT_SO=so
|
||||
EXT_EXE=
|
||||
TH_LIBS=
|
||||
endif
|
||||
ifeq (${OSTYPE},serenityos)
|
||||
CFLAGS+=-D__UNIX__=1
|
||||
EXT_AR=a
|
||||
EXT_SO=so
|
||||
EXT_EXE=
|
||||
TH_LIBS=
|
||||
endif
|
||||
|
||||
ifeq (${EXT_SO},)
|
||||
main:
|
||||
|
Loading…
Reference in New Issue
Block a user