diff options
author | Kostadin Damyanov <maxmight@gmail.com> | 2015-05-25 06:02:55 +0300 |
---|---|---|
committer | Kostadin Damyanov <maxmight@gmail.com> | 2015-05-25 06:02:55 +0300 |
commit | 826f8af1ef3311ddcc0fab27629f7a5fcfa1b024 (patch) | |
tree | 005b1b92bdcc3e61b8e2f824d28cb3a0908a889c /platform/haiku/detect.py | |
parent | 4e07a2dea8c94337702d35d0d02d4b7234f86e29 (diff) | |
download | redot-engine-826f8af1ef3311ddcc0fab27629f7a5fcfa1b024.tar.gz |
Haiku: link with the haiku libs, stub the OS_Haiku class.
Diffstat (limited to 'platform/haiku/detect.py')
-rw-r--r-- | platform/haiku/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/haiku/detect.py b/platform/haiku/detect.py index 5dad2af033..b443469d8d 100644 --- a/platform/haiku/detect.py +++ b/platform/haiku/detect.py @@ -41,4 +41,4 @@ def configure(env): env.Append(CPPFLAGS = ['-DDEBUG_METHODS_ENABLED']) env.Append(CPPFLAGS = ['-DUNIX_ENABLED']) - env.Append(LIBS = ['be']) + env.Append(LIBS = ['be', 'z', 'network', 'bnetapi']) |