Files @ r24127:d81764321def
Branch filter:

Location: cpp/openttd-patchpack/source/azure-pipelines/templates/osx-build.yml

translators
Update: Translations from eints
hungarian: 26 changes by Brumi
korean: 3 changes by telk5093
1
2
3
4
5
steps:
- script: './configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig --enable-static'
  displayName: 'Configure'
- script: 'make -j2'
  displayName: 'Build'