You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utils.exit_with_error('%s is not a known port'%name)
225
-
ifnothasattr(port, 'SUBDIR'):
226
-
utils.exit_with_error(f'port {name} lacks .SUBDIR attribute, which we need in order to override it locally, please update it')
227
-
subdir=port.SUBDIR
228
-
target=os.path.join(fullname, subdir)
229
-
230
-
uptodate_message=f'not grabbing local port: {name} from {path} to {fullname} (subdir: {subdir}) as the destination {target} is newer (run emcc --clear-ports if that is incorrect)'
231
-
# before acquiring the lock we have an early out if the port already exists
0 commit comments