Skip to content

Commit

Permalink
🚧 Get closer to a full compile
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Nov 10, 2024
1 parent 43ec480 commit b630796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
gluon.exec = "pnpm gluon $@";
download.exec = "gluon download";
import.exec = "gluon import";
build.exec = "gluon build";
build.exec = "unset AS && gluon build";
# MAR generation generally fails, but we ignore that
package.exec = "gluon package || echo 0";
};

packages = with pkgs; [
Expand Down
1 change: 1 addition & 0 deletions src/quark-runtime/moz.configure
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

imply_option("MOZ_APP_BASENAME", "Experiment")
imply_option("MOZ_APP_VENDOR", "trickypr")
imply_option("MOZ_APP_ID", "{dda969a5-00d5-441a-8fcd-0a0dc55b490b}")

# this is required to define mozilla::components::History::GetServiceHelper in objdir/xpcom/components/Components.h
imply_option("MOZ_PLACES", True)
Expand Down

0 comments on commit b630796

Please sign in to comment.