mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
If wintest.bat is run from srcdir, cd test/default
This commit is contained in:
@@ -6,8 +6,11 @@ if "%1" == "" (
|
||||
)
|
||||
|
||||
if not exist sodium_version.c (
|
||||
echo "Are you on the right path?" %CD%
|
||||
goto :END
|
||||
CD test\default
|
||||
if not exist sodium_version.c (
|
||||
echo "Are you on the right path?" %CD%
|
||||
goto :END
|
||||
)
|
||||
)
|
||||
|
||||
if "%2" == "x64" (SET ARCH=x64) else (SET ARCH=Win32)
|
||||
|
||||
Reference in New Issue
Block a user