We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08d0f8 commit 885b15fCopy full SHA for 885b15f
ee/wcp/Makefile
@@ -14,6 +14,5 @@ clean:
14
build:
15
mkdir -Force "${TOP}/bin/${TARGET}"
16
cd "${TOP}/bin/${TARGET}"
17
- export PERL5LIB=/c/Strawberry/perl/vendor/lib
18
- cmake -G "Visual Studio 17" "$(CURDIR)"
+ PERL5LIB=/c/Strawberry/perl/vendor/lib cmake -G "Visual Studio 17" "$(CURDIR)"
19
cmake --build . --config Release
0 commit comments