Skip to content

Commit

Permalink
Correct a typo in Makefile from 0b37675
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrio95 committed Mar 11, 2020
1 parent 86b545f commit dafff7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ release:
-DTELEMETRY_TRACK_ID="${TELEMETRY_TRACK_ID}" \
-DBUILD_LAME="${BUILD_LAME}" \
-DBUILD_PULSEAUDIO="${BUILD_PULSEAUDIO}" \
-DBUILD_PULSEMIDI="${DBUILD_PULSEMIDI}" \
-DBUILD_PORTMIDI="${BUILD_PORTMIDI}" \
-DBUILD_JACK="${BUILD_JACK}" \
-BUILD_ALSA="${BUILD_ALSA}" \
-DBUILD_PORTAUDIO="${BUILD_PORTAUDIO}" \
Expand Down Expand Up @@ -93,7 +93,7 @@ debug:
-DCMAKE_BUILD_NUMBER="${BUILD_NUMBER}" \
-DBUILD_LAME="${BUILD_LAME}" \
-DBUILD_PULSEAUDIO="${BUILD_PULSEAUDIO}" \
-DBUILD_PULSEMIDI="${DBUILD_PULSEMIDI}" \
-DBUILD_PORTMIDI="${BUILD_PORTMIDI}" \
-DBUILD_JACK="${BUILD_JACK}" \
-BUILD_ALSA="${BUILD_ALSA}" \
-DBUILD_PORTAUDIO="${BUILD_PORTAUDIO}" \
Expand Down

0 comments on commit dafff7c

Please sign in to comment.