Skip to content

Instantly share code, notes, and snippets.

@rhelmer
Created September 10, 2018 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhelmer/c3ccd9d46f111c6c1a752fea06b4640e to your computer and use it in GitHub Desktop.
Save rhelmer/c3ccd9d46f111c6c1a752fea06b4640e to your computer and use it in GitHub Desktop.
diff --git a/third_party/prio/moz.build b/third_party/prio/moz.build
--- a/third_party/prio/moz.build
+++ b/third_party/prio/moz.build
@@ -52,3 +52,11 @@ SOURCES += [
]
FINAL_LIBRARY = 'xul'
+
+Program('browser-test')
+USE_LIBS += [
+ 'nss',
+]
+SOURCES += [
+ 'browser-test/main.c',
+]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment