Skip to content

Commit d575aab

Browse files
committed
rename third_party dir to external; it's not really third-party any more
1 parent 2f61b76 commit d575aab

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "afdko"]
2-
path = third_party/afdko
2+
path = external/afdko
33
url = https://github.com/adobe-type-tools/afdko

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def build_extension(self, ext):
9797

9898
cmdclass["build_ext"] = ExecutableBuildExt
9999

100-
c_programs_dir = os.path.join("third_party", "afdko", "c")
100+
c_programs_dir = os.path.join("external", "afdko", "c")
101101
if platform.system() == "Linux":
102102
plat = "linux"
103103
compiler = "gcc"

0 commit comments

Comments
 (0)