Skip to content

Commit fedb93d

Browse files
authored
Merge pull request #6 from anthrotype/update-afdko-3.4.0
Update afdko submodule to latest 3.4.0 release
2 parents 93067d2 + d575aab commit fedb93d

4 files changed

Lines changed: 3 additions & 3 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

external/afdko

Submodule afdko added at 368f05a

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"

third_party/afdko

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)