Skip to content

Commit

Permalink
Fix issues with new xcode builds (#177)
Browse files Browse the repository at this point in the history
John found an issue in gomobile that seems to be the culprit of one of these issues: golang/go#53316 (comment)
  • Loading branch information
IanVS authored Oct 11, 2024
1 parent 998d045 commit fcf21f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ios/NebulaNetworkExtension/CtlInfo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <stdint.h>
#include <sys/types.h>

/* <sys/kern_control.h> */
#define CTLIOCGINFO 0xc0644e03UL
Expand Down
2 changes: 2 additions & 0 deletions nebula/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
111MODULE = on
export GO111MODULE

unexport SWIFT_DEBUG_INFORMATION_VERSION
unexport SWIFT_DEBUG_INFORMATION_FORMAT

clean:
rm -rf mobileNebula.aar MobileNebula.xcframework
Expand Down

0 comments on commit fcf21f6

Please sign in to comment.