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:
paulb
2008-02-01 16:36:55 +00:00
parent b1952a6e2c
commit 839cb26d7e

View File

@@ -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"