Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] build: system libs
  • Loading branch information
BourgerieQuentin committed Aug 29, 2012
1 parent 35f2175 commit 7e9c9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/build_rules.ml
Expand Up @@ -700,7 +700,7 @@ let plugin_building name =
match clib_tag tag with
| None -> options
| Some dep ->
if is_system_libs dep then
if not (is_system_libs dep) then
A "--ml" :: A "-cclib" :: A "--ml" :: A ("-l"^dep) :: options
else options
) tags options
Expand Down

0 comments on commit 7e9c9f6

Please sign in to comment.