summarylogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-01-23Added Optimization Flags and added .gitignoreAlbert Westra
Added optimization flags recomended in mypaint's BUILDING.MD file These can be skipped by passing the --noprepare option in makepkg.
2019-01-25Manually call build_config to set brushdirShadowKyogre
setup.py's build_config command calls pkg-config to find out where the brushes are installed. This is much cleaner than manually using sed to edit the lib/config.py.