mirror of
https://github.com/mappu/miqt.git
synced 2025-02-22 20:40:23 +00:00
docker: qt5-android: the -D_Bool=bool trick is no longer required
This commit is contained in:
parent
96ddff8c71
commit
1a29763a4b
@ -21,7 +21,7 @@ ENV GOOS=android
|
|||||||
ENV GOARCH=arm64
|
ENV GOARCH=arm64
|
||||||
ENV GOFLAGS=-buildvcs=false
|
ENV GOFLAGS=-buildvcs=false
|
||||||
ENV PKG_CONFIG_PATH=/usr/local/Qt-5.15.13/lib/pkgconfig
|
ENV PKG_CONFIG_PATH=/usr/local/Qt-5.15.13/lib/pkgconfig
|
||||||
ENV CGO_CXXFLAGS="-Wno-ignored-attributes -D_Bool=bool"
|
ENV CGO_CXXFLAGS="-Wno-ignored-attributes"
|
||||||
|
|
||||||
# Reset the ENTRYPOINT
|
# Reset the ENTRYPOINT
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user