Skip to content

Commit

Permalink
fix jamfile to not apply -export-dynamic to clang
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Apr 9, 2022
1 parent d102b9c commit 747c5b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ rule linking ( properties * )
result += <library>libiconv ;
}

if ( <toolset>gcc in $(properties)
|| <toolset>clang in $(properties) )
if <toolset>gcc in $(properties)
&& <target-os>linux in $(properties)
&& ( <asserts>on in $(properties)
|| <asserts>production in $(properties)
Expand Down

0 comments on commit 747c5b7

Please sign in to comment.