We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just can't
The text was updated successfully, but these errors were encountered:
Modify the source code for your purposes and then:
make -j1 os=linux CC="$(TARGET_CC)" ST="echo" -C "./mDNSResponder/mDNSPosix" install -D -m 644 "./mDNSResponder/mDNSPosix/build/prod/libdns_sd.so" "$(TARGET_DIR)/usr/lib/libdns_sd.so" install -D -m 644 "./mDNSResponder/mDNSShared/dns_sd.h" "$(TARGET_DIR)/usr/include/dns_sd.h" make -j1 os=linux CC="$(TARGET_CC) -I$(TARGET_DIR)/usr/include -L$(TARGET_DIR)/usr/lib" STRIP="echo" -C "./source/PlatformPOSIX"
$(TARGET_DIR) - path to your target's sysroot $(TARGET_CC) - path to the gcc for cross compilation
$(TARGET_DIR)
$(TARGET_CC)
Sorry, something went wrong.
No branches or pull requests
I just can't
The text was updated successfully, but these errors were encountered: