fixed path to cURL.ecf file, using the correct uppercase
This commit is contained in:
@@ -10,12 +10,12 @@
|
|||||||
<option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="provisional">
|
<option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="provisional">
|
||||||
</option>
|
</option>
|
||||||
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
|
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
|
||||||
<library name="curl" location="$ISE_LIBRARY\library\cURL\curl-safe.ecf">
|
<library name="curl" location="$ISE_LIBRARY\library\cURL\cURL-safe.ecf">
|
||||||
<condition>
|
<condition>
|
||||||
<version type="compiler" min="7.0.8.7340"/>
|
<version type="compiler" min="7.0.8.7340"/>
|
||||||
</condition>
|
</condition>
|
||||||
</library>
|
</library>
|
||||||
<library name="curl_local" location="..\..\..\ext\ise_library\curl-safe.ecf">
|
<library name="curl_local" location="..\..\..\ext\ise_library\cURL-safe.ecf">
|
||||||
<condition>
|
<condition>
|
||||||
<version type="compiler" max="7.0.8.7339"/>
|
<version type="compiler" max="7.0.8.7339"/>
|
||||||
</condition>
|
</condition>
|
||||||
|
|||||||
@@ -10,12 +10,12 @@
|
|||||||
<option warning="true" full_class_checking="true" void_safety="none" syntax="provisional">
|
<option warning="true" full_class_checking="true" void_safety="none" syntax="provisional">
|
||||||
</option>
|
</option>
|
||||||
<library name="base" location="$ISE_LIBRARY/library/base/base.ecf"/>
|
<library name="base" location="$ISE_LIBRARY/library/base/base.ecf"/>
|
||||||
<library name="curl" location="$ISE_LIBRARY\library\cURL\curl.ecf">
|
<library name="curl" location="$ISE_LIBRARY\library\cURL\cURL.ecf">
|
||||||
<condition>
|
<condition>
|
||||||
<version type="compiler" min="7.0.8.7340"/>
|
<version type="compiler" min="7.0.8.7340"/>
|
||||||
</condition>
|
</condition>
|
||||||
</library>
|
</library>
|
||||||
<library name="curl_local" location="..\..\..\ext\ise_library\curl.ecf">
|
<library name="curl_local" location="..\..\..\ext\ise_library\cURL.ecf">
|
||||||
<condition>
|
<condition>
|
||||||
<version type="compiler" max="7.0.8.7339"/>
|
<version type="compiler" max="7.0.8.7339"/>
|
||||||
</condition>
|
</condition>
|
||||||
|
|||||||
Reference in New Issue
Block a user