Skip to content

Commit

Permalink
Merge pull request #5 from oligot/fix-ecf
Browse files Browse the repository at this point in the history
Fix ecli.ecf (missing ODBC link option on Unix)
  • Loading branch information
pgcrism committed Aug 30, 2013
2 parents fe2babb + 24c41ad commit 26ee297
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ecli.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
<platform value="unix macintosh"/>
</condition>
</external_library>
<external_library location="-lodbc">
<condition>
<platform value="unix macintosh"/>
</condition>
</external_library>
<external_library location="-lodbcinst">
<condition>
<platform value="unix macintosh"/>
</condition>
</external_library>


<library name="base" location="$ISE_LIBRARY/library/base/base.ecf" readonly="true">
Expand Down

0 comments on commit 26ee297

Please sign in to comment.