Revision | 41da7f7c49d038ed52bf3b3395c620021513de26 (tree) |
---|---|
Time | 2022-11-20 23:13:12 |
Author | Fs <Fsu0413@vip....> |
Commiter | Fs |
我还是想试试
@@ -158,8 +158,7 @@ conf.host.mac = { | ||
158 | 158 | ["Latest"] = "/opt/env/android-sdk-mac-20220911/", |
159 | 159 | }, |
160 | 160 | ["androidNdkPath"] = { |
161 | - ["r21e"] = "/opt/env/android-ndk-r21e/", | |
162 | - -- NDK after r23 only distributes as APP bundle, so we install the APP in /Applications. | |
161 | + ["r21e"] = "/Applications/AndroidNDK8568313.app/Contents/NDK/", | |
163 | 162 | ["r23c"] = "/Applications/AndroidNDK8568313.app/Contents/NDK/", |
164 | 163 | ["r25b"] = "/Applications/AndroidNDK8937393.app/Contents/NDK/", |
165 | 164 | }, |
@@ -167,6 +166,7 @@ conf.host.mac = { | ||
167 | 166 | ["sourcePackagePath"] = "/opt/sources/", |
168 | 167 | ["buildRootPath"] = "/opt/build/", |
169 | 168 | ["emscriptenPath"] = { |
169 | + ["1.39.8"] = "/opt/env/emsdk-1.39.8/", | |
170 | 170 | ["2.0.14"] = "/opt/env/emsdk-2.0.14/", |
171 | 171 | ["3.1.6"] = "/opt/env/emsdk-3.1.6/", |
172 | 172 | ["3.1.14"] = "/opt/env/emsdk-3.1.14/", |
@@ -1921,7 +1921,7 @@ conf.Q5wx6m8sf = { | ||
1921 | 1921 | conf.Q5mx6 = { |
1922 | 1922 | name = "Qt5.15.7-macOS-x86_64-AppleClang&HOSTTOOLVERSION&", |
1923 | 1923 | qtVersion = "5.15.7-4", |
1924 | - host = "macOSLegacy", | |
1924 | + host = "macOS1015", | |
1925 | 1925 | configureParameter = [[ |
1926 | 1926 | -prefix |
1927 | 1927 | &INSTALLROOT& |
@@ -1949,15 +1949,14 @@ conf.Q5mx6 = { | ||
1949 | 1949 | -make-tool |
1950 | 1950 | "make -j$PARALLELNUM" |
1951 | 1951 | -rpath |
1952 | - -skip | |
1953 | - qtwebengine | |
1952 | + -webengine-proprietary-codecs | |
1954 | 1953 | ]], |
1955 | 1954 | } |
1956 | 1955 | |
1957 | 1956 | conf.Q5mx6nf = { |
1958 | 1957 | name = "Qt5.15.7-macOS-x86_64-AppleClang&HOSTTOOLVERSION&-noFramework", |
1959 | 1958 | qtVersion = "5.15.7-4", |
1960 | - host = "macOSLegacy", | |
1959 | + host = "macOS1015", | |
1961 | 1960 | variant = {"-noFramework"}, |
1962 | 1961 | configureParameter = [[ |
1963 | 1962 | -prefix |
@@ -1986,8 +1985,7 @@ conf.Q5mx6nf = { | ||
1986 | 1985 | -make-tool |
1987 | 1986 | "make -j$PARALLELNUM" |
1988 | 1987 | -rpath |
1989 | - -skip | |
1990 | - qtwebengine | |
1988 | + -webengine-proprietary-codecs | |
1991 | 1989 | -no-framework |
1992 | 1990 | ]], |
1993 | 1991 | } |
@@ -2100,7 +2098,7 @@ conf.Q5lx6_aalnl = { | ||
2100 | 2098 | conf.Q5mx6_aalnl = { |
2101 | 2099 | name = "Qt5.15.7-Android-ALL-Clang-NDKr21e-xmacOS-x86_64-AppleClang&HOSTTOOLVERSION&", |
2102 | 2100 | qtVersion = "5.15.7", |
2103 | - host = "macOSLegacy", | |
2101 | + host = "macOS1015", | |
2104 | 2102 | target = "Android-21", |
2105 | 2103 | toolchainT = "Android-21-r21e-all", |
2106 | 2104 | opensslConf = "o1aalnl", |
@@ -2223,7 +2221,7 @@ conf.Q5lx6_W = { | ||
2223 | 2221 | conf.Q5mx6_W = { |
2224 | 2222 | name = "Qt5.15.7-WebAssembly-emscripten&TARGETTOOLVERSION&-xmacOS-x86_64-AppleClang&HOSTTOOLVERSION&", |
2225 | 2223 | qtVersion = "5.15.7", |
2226 | - host = "macOSLegacy", | |
2224 | + host = "macOS1015", | |
2227 | 2225 | target = "WebAssembly", |
2228 | 2226 | toolchainT = "emscripten-1.39.8", |
2229 | 2227 | configureParameter = [[ |