Ported to OpenBSD.
This commit is contained in:
parent
2c405f40a9
commit
cc4ded8914
7 changed files with 14 additions and 7 deletions
|
|
@ -48,6 +48,8 @@ env.MergeFlags("-std=gnu99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-attr
|
|||
|
||||
if env['PLATFORM'] == 'darwin':
|
||||
env.Append(SHLINKFLAGS = '-install_name ' + env["libpath"] + '/${TARGET.file}')
|
||||
elif os.uname()[0] == "OpenBSD":
|
||||
pass
|
||||
else:
|
||||
env.MergeFlags("-lrt")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue