aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml1
-rw-r--r--libsolidity/interface/CompilerStack.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 28d53062..afc2914f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -59,7 +59,6 @@ test_script:
- cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
- copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x86\Microsoft.VC140.CRT\msvc*.dll" .
- soltest.exe -- --ipcpath \\.\pipe\geth.ipc
- - ps: Stop-Process -Id $ethProc.Id
artifacts:
- path: solidity-windows.zip
diff --git a/libsolidity/interface/CompilerStack.cpp b/libsolidity/interface/CompilerStack.cpp
index bd79bb73..ec6b5d2e 100644
--- a/libsolidity/interface/CompilerStack.cpp
+++ b/libsolidity/interface/CompilerStack.cpp
@@ -555,7 +555,7 @@ string CompilerStack::absolutePath(string const& _path, string const& _reference
result = result.parent_path();
else if (*it != ".")
result /= *it;
- return result.string();
+ return result.generic_string();
}
void CompilerStack::compileContract(