Created
April 25, 2019 02:52
-
-
Save hcarty/b7f8fa1154a7d74f015ccdd4dfbc47a2 to your computer and use it in GitHub Desktop.
WIP Windows-specific pkg-config build for esy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "yarn-pkg-config", | |
"source": "archive:https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz#76e501663b29cb7580245720edfb6106164fad2b", | |
"override": { | |
"buildsInSource": true, | |
"build": [ | |
[ | |
"find", | |
"./", | |
"-exec", | |
"touch", | |
"-t", | |
"200001010000", | |
"{}", | |
";" | |
], | |
"./configure --disable-debug --prefix #{self.install} --with-internal-glib --host x86_64-w64-mingw32", | |
"make" | |
], | |
"install": [ | |
"make install", | |
"#{self.install}/bin/pkg-config.exe --help" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment