Skip to content

Commit

Permalink
Update BUILDME
Browse files Browse the repository at this point in the history
  • Loading branch information
elarivie committed Jan 21, 2020
1 parent d5cd0e8 commit 890095c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILDME
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def BUILDME(s: str, t: str, o: str) -> int:
# Copy the files
shutil.copy(os.path.join(s, S_NAME, "__init__.py"), os.path.join(c_CurrDestination, S_NAME))
shutil.copy(os.path.join(s, S_NAME, "rwlock.py"), os.path.join(c_CurrDestination, S_NAME))
shutil.copy(os.path.join(s, S_NAME, "py.typed"), os.path.join(c_CurrDestination, S_NAME))
shutil.copy(os.path.join(s, "tests", "rwlock_test.py"), os.path.join(c_CurrDestination, "tests"))
if t == c_CurrDestination:
# Prepare environment variables
Expand Down

0 comments on commit 890095c

Please sign in to comment.