diff options
author | Jack Lloyd <[email protected]> | 2017-12-23 12:51:24 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-23 12:51:24 -0500 |
commit | 2c52754f63d3c636a2f3271de8a182db7ec39089 (patch) | |
tree | 28b65fb7a2701ac1e1cdf7c07f41cd64b0a73df4 /src/build-data | |
parent | 649d3d7c74676096a068f9cc2e156efec567332e (diff) |
Enable shared libs on Haiku
Works fine, think this was a problem with their old gcc2 toolchain.
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/os/haiku.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build-data/os/haiku.txt b/src/build-data/os/haiku.txt index 2fdb75930..2893db503 100644 --- a/src/build-data/os/haiku.txt +++ b/src/build-data/os/haiku.txt @@ -1,6 +1,7 @@ os_type unix -building_shared_supported no +soname_suffix "so" + install_root /boot header_dir develop/headers lib_dir system/lib |