Don't use *-w32.* files for LIARC.
authorChris Hanson <org/chris-hanson/cph>
Sat, 20 Oct 2018 03:23:59 +0000 (20:23 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sat, 20 Oct 2018 03:23:59 +0000 (20:23 -0700)
src/etc/utilities.scm
src/microcode/makegen/makegen.scm

index 3aae78e38c3f8ff34441706fa16001d28e5906a1..ccc717fc08fa94e40cfac889d72f51d2e582ab84 100644 (file)
@@ -112,7 +112,7 @@ USA.
      (map (lambda (os-suffix)
            (string-append pkg-name "-" os-suffix))
          ;; XXX Need them all to process other package descriptions.
-         '("unx" "w32"))
+         '("unx"))
      (sort (let ((names
                  (map ->namestring
                       (cref/package-files
index b4f31f8969e26d033503a8499fe6872e5dc5b74a..de06212886fc550ba5ddd4573a3673b5705de978 100644 (file)
@@ -130,7 +130,7 @@ USA.
                             '()))))
                   specs)))
 
-(define os-pkd-suffixes '("unx" "w32"))
+(define os-pkd-suffixes '("unx"))
 
 (define (package-description-files descriptor)
   (receive (filename suffixes)