Skip to content

Commit

Permalink
Fix include dir on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenL committed Aug 31, 2024
1 parent 0a7dbfe commit cc02f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/backend_win32_edge.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package backend

/*
#cgo CFLAGS: -I${SRCDIR}/../libs/webview/include
#cgo CXXFLAGS: -I${SRCDIR}/../libs/webview/include -I${SRCDIR}../libs/mswebview2/include -DWEBVIEW_STATIC -DWEBVIEW_EDGE -std=c++14
#cgo CXXFLAGS: -I${SRCDIR}/../libs/webview/include -I${SRCDIR}/../libs/mswebview2/include -DWEBVIEW_STATIC -DWEBVIEW_EDGE -std=c++14
#cgo LDFLAGS: -static -ladvapi32 -lole32 -lshell32 -lshlwapi -luser32 -lversion
#include "webview.h"
Expand Down

0 comments on commit cc02f18

Please sign in to comment.