Browse Source

Deps: Update libsamplerate to use cmake 4

pull/1945/head
Steve Russell GitHub 9 months ago
parent
commit
4543fc773c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      dep/Makefile

+ 2
- 2
dep/Makefile View File

@@ -187,9 +187,9 @@ libsamplerate-0.2.2:

$(libsamplerate): | libsamplerate-0.2.2
cd libsamplerate-0.2.2 && mkdir build
cd libsamplerate-0.2.2/build && $(CMAKE) -DCMAKE_BUILD_TYPE=Release ..
cd libsamplerate-0.2.2/build && $(CMAKE) -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_BUILD_TYPE=Release ..
cd libsamplerate-0.2.2/build && $(MAKE) install
cd libsamplerate-0.2.2/build && $(CMAKE) -DBUILD_SHARED_LIBS=ON ..
cd libsamplerate-0.2.2/build && $(CMAKE) -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DBUILD_SHARED_LIBS=ON ..
cd libsamplerate-0.2.2/build && $(MAKE) install

RTMIDI_FLAGS += --enable-shared=no


Loading…
Cancel
Save