mirror of
https://github.com/yarrick/iodine.git
synced 2025-12-07 04:41:44 +00:00
Patch to make it build on BeOS R5-BONE and Haiku
This commit is contained in:
committed by
Erik Ekman
parent
d24dae882a
commit
ec2d6657a0
@@ -9,7 +9,7 @@ OS = `uname | tr "a-z" "A-Z"`
|
||||
ARCH = `uname -m`
|
||||
|
||||
LDFLAGS = -lz `sh osflags link`
|
||||
CFLAGS = -c -g -Wall -D$(OS) -pedantic
|
||||
CFLAGS = -c -g -Wall -D$(OS) -pedantic `sh osflags cflags`
|
||||
|
||||
all: stateos $(CLIENT) $(SERVER)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user