diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-10 02:08:48 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-10 02:08:48 +0000 |
| commit | f05c3defcfc1cd64147c2f3c7de0ca3c44140050 (patch) | |
| tree | c4520275068f0957d6091b6c06e8bae522270d45 /scripts | |
| parent | 200008fd81d305ea1641e4b643119071dc3a08a7 (diff) | |
Keep fixing issues with the Mac build script
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/macos_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/macos_build.sh b/scripts/macos_build.sh index efe0f7cd..ebe93d32 100644 --- a/scripts/macos_build.sh +++ b/scripts/macos_build.sh @@ -16,7 +16,7 @@ mkdir discord-rpc cd discord-rpc curl -L https://github.com/discordapp/discord-rpc/releases/download/v3.4.0/discord-rpc-osx.zip -o discord_rpc_osx.zip unzip discord_rpc_osx.zip -cp discord-rpc/osx-dynamic/lib/libdiscord-rpc.a ../lib +cp discord-rpc/osx-static/lib/libdiscord-rpc.a ../lib cd .. mkdir qtapng |
