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