Fix alien tests on Windows; LoadLibraryEx does not like UNC paths
parent
4f428f6404
commit
40631ec2a9
|
@ -9,7 +9,7 @@ IN: compiler.tests
|
||||||
|
|
||||||
<<
|
<<
|
||||||
: libfactor-ffi-tests-path ( -- string )
|
: libfactor-ffi-tests-path ( -- string )
|
||||||
"resource:" normalize-path
|
"resource:" (normalize-path)
|
||||||
{
|
{
|
||||||
{ [ os winnt? ] [ "libfactor-ffi-test.dll" ] }
|
{ [ os winnt? ] [ "libfactor-ffi-test.dll" ] }
|
||||||
{ [ os macosx? ] [ "libfactor-ffi-test.dylib" ] }
|
{ [ os macosx? ] [ "libfactor-ffi-test.dylib" ] }
|
||||||
|
|
Loading…
Reference in New Issue