Skip to content

Commit

Permalink
fixup! fixup! fixup! Hashtable backend
Browse files Browse the repository at this point in the history
Update makefile linkage
  • Loading branch information
0152la committed Sep 27, 2024
1 parent 2e2c8f3 commit 6ac71b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ toml_dir="$src_dir/third-party/tomlc99"
patch -d $toml_dir -i ../tomlc99.patch

# Link `tommyds` Makefile appropriately
ln -s ./third-party/tommyds-makefile ./third-party/tommyds/tommyds/Makefile
ln -s $(pwd)/third-party/tommyds-makefile $(pwd)/third-party/tommyds/tommyds/Makefile

# Prepare python virtual env
export PATH=$PATH:$HOME/.local/bin
Expand Down

0 comments on commit 6ac71b6

Please sign in to comment.