Skip to content

Commit

Permalink
Merge pull request #5148 from keithc-ca/link-redirector
Browse files Browse the repository at this point in the history
Link redirector with libdl.so on non-Windows platforms
  • Loading branch information
DanHeidinga committed Mar 19, 2019
2 parents 47a7dc2 + 89fcdeb commit 7a369a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/redirector/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2007, 2018 IBM Corp. and others
Copyright (c) 2007, 2019 IBM Corp. and others
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -81,6 +81,9 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-excepti
</objects>
<libraries>
<library name="omrutil" type="external"/>
<library name="dl" type="system">
<exclude-if condition="spec.win_.*"/>
</library>
</libraries>
</artifact>

Expand Down

0 comments on commit 7a369a8

Please sign in to comment.