Skip to content

Commit 885b15f

Browse files
committed
t
1 parent a08d0f8 commit 885b15f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ee/wcp/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ clean:
1414
build:
1515
mkdir -Force "${TOP}/bin/${TARGET}"
1616
cd "${TOP}/bin/${TARGET}"
17-
export PERL5LIB=/c/Strawberry/perl/vendor/lib
18-
cmake -G "Visual Studio 17" "$(CURDIR)"
17+
PERL5LIB=/c/Strawberry/perl/vendor/lib cmake -G "Visual Studio 17" "$(CURDIR)"
1918
cmake --build . --config Release

0 commit comments

Comments
 (0)