Enable BEOS_ADDON_WORKAROUND hack for all BeOS builds

This commit is contained in:
cls%seawood.org 2000-11-27 21:27:10 +00:00
Родитель 235d05a4b1
Коммит b3735b35c4
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -137,6 +137,9 @@ ifeq ($(OS_RELEASE),10.0)
OS_ARCH := Rhapsody OS_ARCH := Rhapsody
endif endif
endif endif
ifeq ($(OS_ARCH),BeOS)
BEOS_ADDON_WORKAROUND = 1
endif
# #
# Strip off the excessively long version numbers on these platforms, # Strip off the excessively long version numbers on these platforms,