gosu 0.10.5.pre0 → 0.10.5.pre1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/gosu/extconf.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4ad55b88613de8f59a929e7f7741205e9ce760f
|
|
4
|
+
data.tar.gz: f82a7b74196939831e4060082302e1f769ea71b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7abfe03668b1233f84b0432a0b19c46fd48bdc87ca1e024342589c202928f9788840ed106ed565f14634d7ef84d416be668c741c0bf61f719d55b45079275523
|
|
7
|
+
data.tar.gz: 07ff091d830e013f892373c47fe3e2303728f02771b78cf075b6bc2ce97251fa305723afffbeac827838a3c2e6ff85b49fa1c655043366708359e2669f16b38a
|
data/ext/gosu/extconf.rb
CHANGED
|
@@ -103,7 +103,7 @@ if `uname`.chomp == 'Darwin' then
|
|
|
103
103
|
# Otherwise, the resulting gosu.bundle is still dependent on libSDL2-2.0.0.dylib, see `otool -L gosu.bundle`
|
|
104
104
|
$LDFLAGS << HOMEBREW_DEPENDENCIES.map { |lib| " /usr/local/lib/lib#{lib}.a" }.join
|
|
105
105
|
else
|
|
106
|
-
$LDFLAGS << " #{`sdl2-config --
|
|
106
|
+
$LDFLAGS << " #{`sdl2-config --cflags`.chomp}"
|
|
107
107
|
end
|
|
108
108
|
|
|
109
109
|
$LDFLAGS << FRAMEWORKS.map { |f| " -framework #{f}" }.join
|