]> sigrok.org Git - sigrok-util.git/commit
sigrok-cross-android: Set CMAKE_MAKE_PROGRAM to fix libftdi build.
authorUwe Hermann <redacted>
Fri, 23 Mar 2018 08:24:02 +0000 (09:24 +0100)
committerUwe Hermann <redacted>
Sun, 25 Mar 2018 15:46:37 +0000 (17:46 +0200)
commitf54556e78d7ccd183adb27da4b262d34c05b0819
tree6dee2979b0872aac2b3094c77e861ac45f72348e
parent9085e553501576251056d4e17bd3a2e58cf038cd
sigrok-cross-android: Set CMAKE_MAKE_PROGRAM to fix libftdi build.

The libftdi build was failing (for quite a while now) like this:

  CMake Error: CMake was unable to find a build program corresponding
  to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need
  to select a different build tool.

Explicitly setting CMAKE_MAKE_PROGRAM seems to fix this.
cross-compile/android/sigrok-cross-android