mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 09:27:37 +02:00
moved tools to ext - makes more sense, as it contains external libs, not tools
This commit is contained in:
parent
8d6a44d1b7
commit
50a4f310c9
287 changed files with 19 additions and 19 deletions
2
hm.py
2
hm.py
|
@ -31,7 +31,7 @@
|
|||
# This will create an in-source UNIX Makefile.
|
||||
|
||||
import sys, os
|
||||
sys.path.append('tools')
|
||||
sys.path.append('ext')
|
||||
|
||||
# if old build src dir exists, move it, as this will now be used for build
|
||||
# output.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue