Skip to content

Commit

Permalink
build: Fix the build was failing on WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpo-head committed Aug 29, 2021
1 parent 5788c93 commit a1f59ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build/pam_wsl_hello.so: | build

build/WindowsHelloAuthenticator/WindowsHelloAuthenticator.exe build/WindowsHelloKeyCredentialCreator/WindowsHelloKeyCredentialCreator.exe: | build
$(MAKE) -C win_components all
cp -R win_components/build build/
cp -R win_components/build/* build/

build:
mkdir -p build
Expand Down

0 comments on commit a1f59ec

Please sign in to comment.