Skip to content

Commit

Permalink
20294 Add FileAttributesPlugin to build
Browse files Browse the repository at this point in the history
Adding the following platforms since the CI will help confirm whether
they break the build or not:

-   linux32ARMv6/pharo.cog.spur/plugins.ext
-   macos32x86/pharo.cog.spur/plugins.ext
-   macos64x64/pharo.cog.spur/plugins.ext
-   win32x86/pharo.cog.spur/plugins.ext
  • Loading branch information
akgrant committed Jan 15, 2018
1 parent 05396ec commit 8050927
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.linux32ARMv6/pharo.cog.spur/plugins.ext
Expand Up @@ -10,5 +10,6 @@ SurfacePlugin \
EventsHandlerPlugin \
SqueakSSL \
AioPlugin \
FileAttributesPlugin \
#SDL2DisplayPlugin \

1 change: 1 addition & 0 deletions build.macos32x86/pharo.cog.spur/plugins.ext
Expand Up @@ -17,6 +17,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
FileAttributesPlugin \
# TEMPORARY REMOVE
# B3DAcceleratorPlugin \
# could work, but I don't know if relevant:
Expand Down
1 change: 1 addition & 0 deletions build.macos64x64/pharo.cog.spur/plugins.ext
Expand Up @@ -16,6 +16,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
FileAttributesPlugin \
# Not working in 64bits (weird)
# MIDIPlugin \
# could work, but I don't know if relevant: \
Expand Down
1 change: 1 addition & 0 deletions build.win32x86/pharo.cog.spur/plugins.ext
@@ -1,5 +1,6 @@
# Copied, perhaps edited, from ../../src/examplePlugins.ext
EXTERNAL_PLUGINS = \
FileAttributesPlugin \
SurfacePlugin \
SqueakSSL \
FT2Plugin \
Expand Down

0 comments on commit 8050927

Please sign in to comment.