diff --git a/extra/openal/openal.factor b/extra/openal/openal.factor index 8f2d77b1e4..5ce7a5b990 100755 --- a/extra/openal/openal.factor +++ b/extra/openal/openal.factor @@ -17,7 +17,7 @@ IN: openal { [ os unix? ] [ "libopenal.so" ] } } cond cdecl add-library >> -<< os macosx? [ "openal" deploy-library ] unless >> +<< os unix? [ "openal" deploy-library ] unless >> LIBRARY: openal