Reverted to is_mac

git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@72174 8089f293-4706-0410-a29e-feb5c42a2edf
This commit is contained in:
paulb
2008-02-01 16:42:36 +00:00
parent 839cb26d7e
commit 893fce5706

View File

@@ -17,7 +17,7 @@ feature -- Query
once
if {PLATFORM}.is_windows then
Result := "libcurl.dll"
elseif {PLATFORM}.is_mac_os then
elseif {PLATFORM}.is_mac then
Result := "libcurl.dylib"
else
Result := "libcurl.so"