changed platform query is_mac' to is_mac_os'
git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@72173 8089f293-4706-0410-a29e-feb5c42a2edf
This commit is contained in:
@@ -17,7 +17,7 @@ feature -- Query
|
|||||||
once
|
once
|
||||||
if {PLATFORM}.is_windows then
|
if {PLATFORM}.is_windows then
|
||||||
Result := "libcurl.dll"
|
Result := "libcurl.dll"
|
||||||
elseif {PLATFORM}.is_mac then
|
elseif {PLATFORM}.is_mac_os then
|
||||||
Result := "libcurl.dylib"
|
Result := "libcurl.dylib"
|
||||||
else
|
else
|
||||||
Result := "libcurl.so"
|
Result := "libcurl.so"
|
||||||
|
|||||||
Reference in New Issue
Block a user