Skip to content

Commit e6d1208

Browse files
committed
Lock in 4.8.0 version of fujinet-lib
1 parent 0712a0d commit e6d1208

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
PRODUCT = config
2-
PLATFORMS = coco apple2 atari c64 adam pmd85
2+
PLATFORMS = coco apple2 atari c64 adam
33

44
# Not currently in buildable state
55
#PLATFORMS += dragon
66
#PLATFORMS += msdos
77
#PLATFORMS += pc6001
88
#PLATFORMS += pc8801
9+
#PLATFORMS += pmd85
910
#PLATFORMS += rc2014
1011

1112
# Require special toolchains
@@ -29,7 +30,7 @@ SRC_DIRS = src src/%PLATFORM%
2930
# - a URL to a git repo
3031
# - empty which will use whatever is the latest
3132
# - undefined, no fujinet-lib will be used
32-
FUJINET_LIB =
33+
FUJINET_LIB = 4.8.0
3334
$(info FUJUNET_LIB=$(FUJINET_LIB))
3435

3536
# Some platforms don’t use FUJINET_LIB; set this to allow builds to continue

0 commit comments

Comments
 (0)