diff --git a/core/emp3r0r b/core/emp3r0r index 7e33480a4..6562a83ea 100755 --- a/core/emp3r0r +++ b/core/emp3r0r @@ -140,11 +140,11 @@ build() { info "Building CC" { - cd cmd/cc && go build -o "$temp/cc.exe" -ldflags="$ldflags" + cd cmd/cc && CGO_ENABLED=0 go build -o "$temp/cc.exe" -ldflags="$ldflags" } || error "build cc" info "Building cat" { - cd "$pwd/cmd/cat" && go build -o "$temp/cat.exe" -ldflags="$ldflags" + cd "$pwd/cmd/cat" && CGO_ENABLED=0 go build -o "$temp/cat.exe" -ldflags="$ldflags" } || error "build cat" # Linux