mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 18:39:58 +00:00
Fix native macOS receiver selector build
This commit is contained in:
@@ -195,7 +195,7 @@ async function build () {
|
|||||||
|
|
||||||
// Build NativeMacReceiverSelector
|
// Build NativeMacReceiverSelector
|
||||||
if (isBuildingForMacOnMac) {
|
if (isBuildingForMacOnMac) {
|
||||||
const sourceFiles = glob.sync("*.swift", {
|
const sourceFiles = glob.sync("**/*.swift", {
|
||||||
cwd: path.join(__dirname, "../NativeMacReceiverSelector")
|
cwd: path.join(__dirname, "../NativeMacReceiverSelector")
|
||||||
, absolute: true
|
, absolute: true
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user