Skip to content

Commit

Permalink
ios: fix iOS build - specify correct header
Browse files Browse the repository at this point in the history
  • Loading branch information
flsobral committed Feb 17, 2021
1 parent af31a08 commit ed1f7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TotalCrossVM/xcode/tcvm/libtcvm.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#import "tcvm.h"
#import "startup.h"
#import "libtcvm.h"
#import "firebase.h"
#import "nm/firebase/firebase.h"
@implementation tcvm

+ (NSInteger) startVM:(Context*)context appName:(char *)appName
Expand Down

0 comments on commit ed1f7d4

Please sign in to comment.