From 32e1e72059f4e551db2a136a8ecd62ca2e0da633 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Tue, 17 Nov 2020 12:51:17 +0200 Subject: [PATCH] Apply makefile common patch to windows workflow --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 50ee595..7e6d7a5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -40,6 +40,9 @@ jobs: run: | sed -i 's/typedef struct ALCdevice_struct ALCdevice/struct ALCdevice/g' ofOpenALSoundPlayer.h sed -i 's/typedef struct ALCcontext_struct ALCcontext/struct ALCcontext/g' ofOpenALSoundPlayer.h + - name: Apply makefile common patch + working-directory: ./openFrameworks/libs/openFrameworksCompiled/project/makefileCommon + run: sed -i "s#$(foreach var_line, $(subst $(space),?,$(shell cat $(addon)/addon_config.mk | tr '\n' '\t'))#$(foreach var_line, $(shell cat $(addon)/addon_config.mk | tr '\n ' '\t?')#g" config.addons.mk - name: Compile openFrameworks working-directory: ./openFrameworks/scripts/msys2 run: ./compileOF.sh