Skip to content

Commit 8cec55c

Browse files
committed
fix Mac compilation
1 parent 8c59da3 commit 8cec55c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/webdriver/dummy.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
void mostUnusefulFunction(void) {
2+
int a = 2+2*3;
3+
}

wd_ext_qt.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118

119119
'sources': [
120120
# TODO: Quick2 support
121+
'src/webdriver/dummy.cc',
121122
],
122123
} , {
123124

0 commit comments

Comments
 (0)