Skip to content

Commit

Permalink
change cp to copt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed Jul 6, 2021
1 parent f52365d commit d76d584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ifdef OS
TOOLCHAIN = +stable-i686-pc-windows-msvc
BINARYNAME = samp_bcrypt.dll
OUPUTNAME = samp_bcrypt.dll
CP_RELEASE = cp .\target\release\$(BINARYNAME) .\plugins\$(OUPUTNAME)
CP_DEBUG = cp .\target\debug\$(BINARYNAME) .\plugins\$(OUPUTNAME)
CP_RELEASE = copy .\target\release\$(BINARYNAME) .\plugins\$(OUPUTNAME)
CP_DEBUG = copy .\target\debug\$(BINARYNAME) .\plugins\$(OUPUTNAME)
else
ifeq ($(shell uname), Linux)
TOOLCHAIN = +stable-i686-unknown-linux-gnu
Expand Down

0 comments on commit d76d584

Please sign in to comment.