Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Attempt to use the correct wx-config
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoe committed Jul 31, 2019
1 parent 32d64b9 commit e81d76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD-STABLE
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ build() {
-DKICAD_USE_OCE=ON \
-DKICAD_SPICE=ON \
-DPYTHON_EXECUTABLE=${MINGW_PREFIX}/bin/python2 \
-DwxWidgets_CONFIG_EXECUTABLE=${MINGW_PREFIX}/bin/wx-config-3.0 \
-DwxWidgets_CONFIG_EXECUTABLE=${MINGW_PREFIX}/bin/wx-config \
${EXTRA_FLAGS} \
../${_realname}
make
Expand Down

0 comments on commit e81d76e

Please sign in to comment.