File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
libs/openFrameworksCompiled/project/msys2 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ FIND ?= /usr/bin/find
3939PLATFORM_AR = $(MINGW_PREFIX ) /bin/ar
4040PLATFORM_LD = $(MINGW_PREFIX ) /bin/ld
4141PLATFORM_RESOURCE_COMPILER = $(MINGW_PREFIX ) /bin/windres
42- PLATFORM_PKG_CONFIG = /usr /bin/pkgconf
42+ PLATFORM_PKG_CONFIG = $( MINGW_PREFIX ) /bin/pkgconf
4343
4444
4545PLATFORM_PROJECT_DEBUG_BIN_NAME =$(APPNAME ) _debug.exe
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ while [[ $# > 0 ]] ; do
3131done
3232
3333# List of MSYS packages to be installed
34- msyspackages=" make rsync zip unzip wget pkgconf "
34+ msyspackages=" make rsync zip unzip wget"
3535
3636# List of MINGW packages to be installed (without prefix)
3737mingwPackages=" assimp boost cairo curl freeglut FreeImage \
3838 gcc gdb glew glfw glm \
3939 harfbuzz libsndfile libusb libxml2 mpg123 \
4040 nlohmann-json ntldd-git openal opencv \
41- poco pugixml rtaudio tools \
41+ pkgconf poco pugixml rtaudio tools \
4242 uriparser utf8cpp zlib"
4343
4444# Build the full list of packages adding prefix to MINGW packages
You can’t perform that action at this time.
0 commit comments